mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Updated forgotten % in Misc.tell.
This commit is contained in:
parent
5f1a08f6e0
commit
b26ef394ab
@ -521,7 +521,8 @@ class Misc(callbacks.Privmsg):
|
||||
irc.error('You just told me, why should I tell myself?')
|
||||
return
|
||||
elif target not in irc.state.nicksToHostmasks:
|
||||
irc.error('I haven\'t seen %s, I\'ll let you do the telling.')
|
||||
s = 'I haven\'t seen %s, I\'ll let you do the telling.' % target
|
||||
irc.error(s)
|
||||
return
|
||||
if irc.action:
|
||||
irc.action = False
|
||||
|
Loading…
Reference in New Issue
Block a user