This commit is contained in:
cdle
2021-09-15 18:03:23 +08:00
parent 4e86d55bf6
commit aa3486c7e9
+1 -1
View File
@@ -31,7 +31,7 @@ func init() {
}, },
}, },
{ {
Rules: []string{"get ? ? ?"}, Rules: []string{"get ? ?"},
Handle: func(s im.Sender) interface{} { Handle: func(s im.Sender) interface{} {
b := Bucket(s.Get(0)) b := Bucket(s.Get(0))
if !IsBucket(b) { if !IsBucket(b) {