Added sneaky dictionary to bot and conn
This commit is contained in:
parent
205294dea7
commit
1feb6d1a1b
2 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@ class IRC(object):
|
|||
self.server = server
|
||||
self.port = port
|
||||
self.nick = nick
|
||||
self.vars = {}
|
||||
|
||||
self.out = Queue.Queue() # responses from the server are placed here
|
||||
# format: [rawline, prefix, command, params,
|
||||
|
|
Reference in a new issue