Merge branch 'master' of https://github.com/lykoss/lykos
This commit is contained in:
commit
dd46ea26a9
@ -1723,7 +1723,7 @@ def goat(cli, nick, chan, rest):
|
||||
|
||||
ul = list(var.USERS.keys())
|
||||
ull = [x.lower() for x in ul]
|
||||
rest = re.split(' +', rest)[0].strip().lower()
|
||||
rest = rest.split(' ')[0].strip().lower()
|
||||
|
||||
if not rest:
|
||||
cli.notice(nick, 'Not enough parameters.')
|
||||
@ -1757,6 +1757,7 @@ def goat(cli, nick, chan, rest):
|
||||
|
||||
@cmd('fgoat', admin_only=True)
|
||||
def fgoat(cli, nick, chan, rest):
|
||||
rest = rest.split(' ')[0].strip()
|
||||
goatact = random.choice(['kicks', 'headbutts'])
|
||||
|
||||
cli.msg(chan, '\x02{}\x02\'s goat walks by and {} \x02{}\x02.'.format(
|
||||
|
Loading…
x
Reference in New Issue
Block a user