forked from x/icebergs
add some
This commit is contained in:
parent
563cbec926
commit
33a62d7f2d
@ -45,7 +45,7 @@ func init() {
|
|||||||
m.Cmd(cli.SYSTEM, "git", "config", "--global", "credential.helper", "store")
|
m.Cmd(cli.SYSTEM, "git", "config", "--global", "credential.helper", "store")
|
||||||
m.ProcessClose()
|
m.ProcessClose()
|
||||||
}},
|
}},
|
||||||
}, StatsAction("", "令牌总数"), mdb.HashAction(mdb.SHORT, mdb.UNIQ, mdb.FIELD, "time,hash,type,name,text,username", mdb.EXPIRE, mdb.MONTH)), Hand: func(m *ice.Message, arg ...string) {
|
}, StatsAction("", "令牌总数"), mdb.HashAction(mdb.SHORT, mdb.UNIQ, mdb.FIELD, "time,hash,type,name,text", mdb.EXPIRE, mdb.MONTH)), Hand: func(m *ice.Message, arg ...string) {
|
||||||
mdb.HashSelect(m, arg...)
|
mdb.HashSelect(m, arg...)
|
||||||
if len(arg) > 0 {
|
if len(arg) > 0 {
|
||||||
m.EchoScript(kit.Format("ish_miss_serve_log dev %s token %s", UserHost(m), arg[0]))
|
m.EchoScript(kit.Format("ish_miss_serve_log dev %s token %s", UserHost(m), arg[0]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user