forked from x/icebergs
opt some
This commit is contained in:
parent
b431cf237f
commit
4f30191b4f
@ -88,6 +88,9 @@ func init() {
|
|||||||
CHECK: {Name: "check", Help: "登录检查", Hand: func(m *ice.Message, arg ...string) {
|
CHECK: {Name: "check", Help: "登录检查", Hand: func(m *ice.Message, arg ...string) {
|
||||||
_header_check(m, arg...)
|
_header_check(m, arg...)
|
||||||
}},
|
}},
|
||||||
|
GRANT: {Name: "grant space", Help: "授权", Hand: func(m *ice.Message, arg ...string) {
|
||||||
|
_header_grant(m, arg...)
|
||||||
|
}},
|
||||||
SHARE: {Name: "share type", Help: "共享", Hand: func(m *ice.Message, arg ...string) {
|
SHARE: {Name: "share type", Help: "共享", Hand: func(m *ice.Message, arg ...string) {
|
||||||
_header_share(m, arg...)
|
_header_share(m, arg...)
|
||||||
}},
|
}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user