Updated forgotten % in Misc.tell.

This commit is contained in:
Jeremy Fincher 2004-07-29 07:39:59 +00:00
parent 5f1a08f6e0
commit b26ef394ab
1 changed files with 2 additions and 1 deletions

View File

@ -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