This commit is contained in:
Jeremy Fincher 2004-08-16 21:32:32 +00:00
parent eff7489469
commit 0f14557342
1 changed files with 1 additions and 1 deletions

View File

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