mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Forget this with the other 2.3 upgrade stuff.
This commit is contained in:
parent
3b5825ebe3
commit
6e19d921c8
@ -36,6 +36,7 @@ Provides several commands that go out to websites and get things.
|
|||||||
from baseplugin import *
|
from baseplugin import *
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
import sets
|
||||||
import time
|
import time
|
||||||
import random
|
import random
|
||||||
import urllib
|
import urllib
|
||||||
@ -55,7 +56,7 @@ class Http(callbacks.Privmsg):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
callbacks.Privmsg.__init__(self)
|
callbacks.Privmsg.__init__(self)
|
||||||
self.deepthoughtq = structures.queue()
|
self.deepthoughtq = structures.queue()
|
||||||
self.deepthoughts = set()
|
self.deepthoughts = sets.Set()
|
||||||
|
|
||||||
def deepthought(self, irc, msg, args):
|
def deepthought(self, irc, msg, args):
|
||||||
"""takes no arguments
|
"""takes no arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user