Added !fgoat command for admins. Allows unlimited amount of goats.
This commit is contained in:
parent
6780b6d339
commit
cdf96cfc2b
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user