mirror of
https://shylinux.com/x/icebergs
synced 2025-05-06 21:26:54 +08:00
opt some
This commit is contained in:
parent
1ab91f08ba
commit
4d1f2256fc
@ -111,7 +111,8 @@ func init() {
|
||||
if msg := m.Cmd(SPIDE, ice.OPS, SPIDE_MSG, m.Option(ice.MSG_USERHOST)+"/x/list"); !msg.IsErr() {
|
||||
m.Copy(msg)
|
||||
}
|
||||
for _, dev := range []string{ice.OPS, ice.DEV, ice.SHY} {
|
||||
for _, dev := range []string{ice.OPS, ice.DEV} {
|
||||
// for _, dev := range []string{ice.OPS, ice.DEV, ice.SHY} {
|
||||
if msg := m.Cmd(SPIDE, dev, SPIDE_MSG, "/x/list"); !msg.IsErr() {
|
||||
m.Copy(msg)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user