summaryrefslogtreecommitdiff
path: root/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.py')
-rw-r--r--proxy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy.py b/proxy.py
index 01d5d96..957b116 100644
--- a/proxy.py
+++ b/proxy.py
@@ -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