This commit is contained in:
xnrand 2014-04-26 03:26:54 +02:00
parent 4e6f2cc452
commit d310389c40

View File

@ -1167,7 +1167,7 @@ def goat(cli, nick, chan, rest):
cli.msg(botconfig.CHANNEL, ("\u0002{0}\u0002's goat walks by "+
"and {1} \u0002{2}\u0002.").format(nick,
goatact, victim))
var.LOGGER.logMessage("{0}'s goat walks by and {1} {2}.".format(nick, goatact
var.LOGGER.logMessage("{0}'s goat walks by and {1} {2}.".format(nick, goatact,
victim))
var.GOATED = True