diff options
Diffstat (limited to 'proxy.py')
-rw-r--r-- | proxy.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ colors = {"default":0, "black":30, "red":31, "green":32, "yellow":33, class OmegleProxyChat(OmegleChat): + """Omegle class with link to other "partner" instance""" def __init__(self,disconnect_event,name,color=0): OmegleChat.__init__(self,name="(" + name + ")") self.disconnect_event = disconnect_event |