From f57a523bb48b4e424f467bddf8095c3fd9f32630 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 19 Oct 2003 15:15:58 +0000 Subject: [PATCH] Oops, forgot to update the privmsgs.thread. --- src/AdminCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdminCommands.py b/src/AdminCommands.py index e0614b3b6..98fb4fb54 100755 --- a/src/AdminCommands.py +++ b/src/AdminCommands.py @@ -217,7 +217,7 @@ class AdminCommands(privmsgs.CapabilityCheckingPrivmsg): email) smtp.quit() irc.reply(msg, conf.replySuccess) - bug = privmsgs.thread(bug) + reportbug = privmsgs.thread(reportbug) Class = AdminCommands