From 01432f4699de0d03081176417c04010e530adb95 Mon Sep 17 00:00:00 2001 From: shaoying Date: Tue, 14 Jul 2020 10:14:06 +0800 Subject: [PATCH] opt white --- core/chat/river.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/chat/river.go b/core/chat/river.go index 9ae87096..030857ce 100644 --- a/core/chat/river.go +++ b/core/chat/river.go @@ -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) }}, },