3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

Merge branch 'master' into wip/unrealircd

This commit is contained in:
James Lu 2015-11-01 20:55:19 -08:00
commit f39321f2e7

View File

@ -12,7 +12,7 @@ def handle_fantasy(irc, source, command, args):
prefix = irc.botdata["prefix"]
except KeyError:
log.warning("(%s) Fantasy prefix was not set in configuration - "
"fantasy commands will not work!", self.name)
"fantasy commands will not work!", irc.name)
return
channel = args['target']
text = args['text']