update
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ func initSys() {
|
|||||||
AddCommand("", []Function{
|
AddCommand("", []Function{
|
||||||
{
|
{
|
||||||
Rules: []string{"raw ^name$"},
|
Rules: []string{"raw ^name$"},
|
||||||
Handle: func(_ im.Sender) interface{} {
|
Handle: func(s im.Sender) interface{} {
|
||||||
|
s.Disappear()
|
||||||
return name()
|
return name()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user