1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00

opt white

This commit is contained in:
shaoying 2020-07-14 10:14:06 +08:00
parent 432b543575
commit 01432f4699

View File

@ -122,6 +122,10 @@ func init() {
_river_user(m, m.Option(ice.MSG_RIVER), arg...)
}},
}, 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)
}},
},