Fixed brain-o in error message.

This commit is contained in:
Jeremy Fincher 2004-07-08 00:22:35 +00:00
parent 91a440e6b3
commit 1d6d200cc4
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ class Misc(callbacks.Privmsg):
irc.error('%s has no public mores.' % nick)
return
except KeyError:
irc.error('Sorry, I can\'t find a hostmask for %s' % nick)
irc.error('Sorry, I can\'t find any mores for %s' % nick)
return
try:
L = self._mores[userHostmask]