Forget this with the other 2.3 upgrade stuff.

This commit is contained in:
Jeremy Fincher 2003-08-01 02:58:29 +00:00
parent 3b5825ebe3
commit 6e19d921c8
1 changed files with 2 additions and 1 deletions

View File

@ -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