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): """