update
This commit is contained in:
@@ -157,6 +157,14 @@ func initSys() {
|
|||||||
return v
|
return v
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Admin: true,
|
||||||
|
Rules: []string{"send ? ? ?"},
|
||||||
|
Handle: func(s Sender) interface{} {
|
||||||
|
Push(s.Get(0), Int(s.Get(1)), s.Get(2))
|
||||||
|
return "发送成功呢"
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user