From 8a322cfddfa0fa58cb61639424c8ff7fc3b7c940 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 16 Jan 2004 16:15:10 +0000 Subject: [PATCH] Changed from being globally threaded to just threading the email command. --- plugins/OSU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/OSU.py b/plugins/OSU.py index a3eaaf288..2121a8e3e 100644 --- a/plugins/OSU.py +++ b/plugins/OSU.py @@ -237,7 +237,6 @@ buildings = { } class OSU(callbacks.Privmsg): - threaded = True def email(self, irc, msg, args): """ @@ -261,6 +260,7 @@ class OSU(callbacks.Privmsg): irc.reply('Possible matches: %s' % ', '.join(emails)) except Exception, e: irc.error(utils.exnToString(e)) + email = privmsgs.thread(email) def building(self, irc, msg, args): """