This commit is contained in:
cdle
2021-09-18 10:13:00 +08:00
parent 4a26eb8bcc
commit 8dfcfcf89d
+2 -1
View File
@@ -11,7 +11,8 @@ func initSys() {
AddCommand("", []Function{
{
Rules: []string{"raw ^name$"},
Handle: func(_ im.Sender) interface{} {
Handle: func(s im.Sender) interface{} {
s.Disappear()
return name()
},
},