|
@@ -123,7 +123,7 @@ class PyRot(irc.bot.SingleServerIRCBot):
|
|
|
commands.statistics.do_command(self, connection, event)
|
|
commands.statistics.do_command(self, connection, event)
|
|
|
commands.games.do_command(self, connection, event)
|
|
commands.games.do_command(self, connection, event)
|
|
|
if not event.source == connection.get_nickname():
|
|
if not event.source == connection.get_nickname():
|
|
|
- if event.arguemnts[0] == "Password authentication required for that command.":
|
|
|
|
|
|
|
+ if event.arguments[0] == "Password authentication required for that command.":
|
|
|
return
|
|
return
|
|
|
Inform.owners(self, connection, "PM from " + red + red + event.source.nick + grey + ": " + reset + event.arguments[0] + ".")
|
|
Inform.owners(self, connection, "PM from " + red + red + event.source.nick + grey + ": " + reset + event.arguments[0] + ".")
|
|
|
|
|
|