mirror of
https://shylinux.com/x/icebergs
synced 2025-04-28 18:22:02 +08:00
opt white
This commit is contained in:
parent
432b543575
commit
01432f4699
@ -122,6 +122,10 @@ func init() {
|
|||||||
_river_user(m, m.Option(ice.MSG_RIVER), arg...)
|
_river_user(m, m.Option(ice.MSG_RIVER), arg...)
|
||||||
}},
|
}},
|
||||||
}, Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {
|
}, Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {
|
||||||
|
if len(arg) > 0 {
|
||||||
|
_storm_list(m, arg[0])
|
||||||
|
return
|
||||||
|
}
|
||||||
_river_list(m)
|
_river_list(m)
|
||||||
}},
|
}},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user