Merge pull request #49 from Vgr255/default

Add !fgoat command, allowing for an unlimited amount of goats
This commit is contained in:
nyuszika7h 2014-08-10 23:36:12 +02:00
commit 53f0060218

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):