From 0f14557342b496379b2401b603abae5db39bc099 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 16 Aug 2004 21:32:32 +0000 Subject: [PATCH] Typo. --- plugins/Herald.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Herald.py b/plugins/Herald.py index ab52221d5..71d891a30 100644 --- a/plugins/Herald.py +++ b/plugins/Herald.py @@ -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: