mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-01 15:52:36 +01:00
Fixed brain-o in error message.
This commit is contained in:
parent
91a440e6b3
commit
1d6d200cc4
@ -377,7 +377,7 @@ class Misc(callbacks.Privmsg):
|
|||||||
irc.error('%s has no public mores.' % nick)
|
irc.error('%s has no public mores.' % nick)
|
||||||
return
|
return
|
||||||
except KeyError:
|
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
|
return
|
||||||
try:
|
try:
|
||||||
L = self._mores[userHostmask]
|
L = self._mores[userHostmask]
|
||||||
|
Loading…
Reference in New Issue
Block a user