Oops, forgot to update the privmsgs.thread.

This commit is contained in:
Jeremy Fincher 2003-10-19 15:15:58 +00:00
parent 7f05bcf14b
commit f57a523bb4

View File

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