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 *
|
||||
|
||||
import re
|
||||
import sets
|
||||
import time
|
||||
import random
|
||||
import urllib
|
||||
@ -55,7 +56,7 @@ class Http(callbacks.Privmsg):
|
||||
def __init__(self):
|
||||
callbacks.Privmsg.__init__(self)
|
||||
self.deepthoughtq = structures.queue()
|
||||
self.deepthoughts = set()
|
||||
self.deepthoughts = sets.Set()
|
||||
|
||||
def deepthought(self, irc, msg, args):
|
||||
"""takes no arguments
|
||||
|
Loading…
Reference in New Issue
Block a user