Added !fgoat command for admins. Allows unlimited amount of goats.

This commit is contained in:
Vgr E.Barry 2014-08-06 13:42:33 -04:00
parent 6780b6d339
commit cdf96cfc2b

View File

@ -1235,7 +1235,10 @@ def goat(cli, nick, chan, rest):
victim))
var.GOATED = True
@cmd("fgoat", admin_only=True)
def fgoat(cli, nick, chan, rest):
var.GOATED = False
goat(cli, nick, chan, rest)
@hook("nick")
def on_nick(cli, prefix, nick):