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:
commit
f39321f2e7
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user