mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Fixed enqueuing in deepthought.
This commit is contained in:
parent
ee805e2860
commit
82bb295b20
@ -70,7 +70,7 @@ class Http(callbacks.Privmsg):
|
||||
s = fd.read()
|
||||
thought = s.split('<br>')[2]
|
||||
thought = ' '.join(thought.split())
|
||||
self.deepthoughtq.enqueue(thought)
|
||||
self.deepthoughtq.enqueue((now, thought))
|
||||
irc.reply(msg, thought)
|
||||
|
||||
_titleRe = re.compile(r'<title>(.*)</title>')
|
||||
|
Loading…
Reference in New Issue
Block a user