diff --git a/plugins/Http.py b/plugins/Http.py index bfdd0d1a5..a223ac03f 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -70,7 +70,7 @@ class Http(callbacks.Privmsg): s = fd.read() thought = s.split('
')[2] thought = ' '.join(thought.split()) - self.deepthoughtq.enqueue(thought) + self.deepthoughtq.enqueue((now, thought)) irc.reply(msg, thought) _titleRe = re.compile(r'(.*)')