mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +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.
|
is only necessary if the message isn't sent in the channel itself.
|
||||||
"""
|
"""
|
||||||
channel = privmsgs.getChannel(msg, args)
|
channel = privmsgs.getChannel(msg, args)
|
||||||
(userNickHostmask, regexp) = privmsg.getArgs(args, required=2)
|
(userNickHostmask, regexp) = privmsgs.getArgs(args, required=2)
|
||||||
try:
|
try:
|
||||||
id = self._getId(irc, userNickHostmask)
|
id = self._getId(irc, userNickHostmask)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user