.BANCHO. .FIX. Fixed some missing references, code cleaning

This commit is contained in:
Nyo
2016-10-02 23:11:18 +02:00
parent 8173ff3bb6
commit 7fcc9bca5e
7 changed files with 7 additions and 68 deletions

View File

@@ -36,6 +36,7 @@ cloudflare = False
chatFilters = None
userIDCache = {}
pool = None
ircServer = None
busyThreads = 0
debug = False

View File

@@ -1,4 +1,4 @@
class stream():
class stream:
def __init__(self, name):
"""
Initialize a stream object

View File

@@ -1,6 +1,6 @@
from objects import stream
class streamList():
class streamList:
def __init__(self):
self.streams = {}