mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Typo.
This commit is contained in:
parent
eff7489469
commit
0f14557342
@ -226,7 +226,7 @@ class Herald(callbacks.Privmsg):
|
||||
is only necessary if the message isn't sent in the channel itself.
|
||||
"""
|
||||
channel = privmsgs.getChannel(msg, args)
|
||||
(userNickHostmask, regexp) = privmsg.getArgs(args, required=2)
|
||||
(userNickHostmask, regexp) = privmsgs.getArgs(args, required=2)
|
||||
try:
|
||||
id = self._getId(irc, userNickHostmask)
|
||||
except KeyError:
|
||||
|
Loading…
Reference in New Issue
Block a user