This commit is contained in:
cx uname 2014-03-04 00:46:27 +04:00
parent 19d89b28d8
commit 6aedddfdf4
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func MessageHandler(Conn *xmpp.Conn, Msg *xmpp.ClientMessage) {
return ok
}
switch {
case f("^\\!megakick", &Msg.Body):
case f("^\\!megakick ", &Msg.Body):
Strip(&Msg.Body, &Msg.From)
s := (strings.Split(Msg.Body, "!megakick "))
if in(admin, Msg.From) {