mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Whoops, forgot an arg to the string formatting
This commit is contained in:
parent
bebe005584
commit
0f89737c16
@ -713,7 +713,8 @@ class Infobot(callbacks.PrivmsgCommandAndRegexp):
|
||||
try:
|
||||
hostmask = irc.state.nickToHostmask(nick)
|
||||
except KeyError:
|
||||
irc.error('I haven\'t seen %s, I\'ll let you do the telling.')
|
||||
irc.error('I haven\'t seen %s, I\'ll let you '
|
||||
'do the telling.' % nick)
|
||||
return
|
||||
newmsg = ircmsgs.privmsg(irc.nick, factoid+'?', prefix=hostmask)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user