diff options
-rw-r--r-- | Documentation.txt | 3 | ||||
-rw-r--r-- | injector.py | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation.txt b/Documentation.txt index 4aa4faf..ee0176f 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -55,7 +55,8 @@ errorcode is "fail". ,8P`Yb. | <-- "win"||"fail" ,8' `Y8 | /events -> "id" | <-- [["type,...],...] - | + | /send -> "id" + | <-- "win"||"fail" == /start - Start a conversation URL: /start diff --git a/injector.py b/injector.py index efb3d65..d84481d 100644 --- a/injector.py +++ b/injector.py @@ -128,7 +128,6 @@ class Chat(OmegleChat): def on_message(self,msg): #XXX handle linking injector.add_message("%s %s : %s" % (1, self.name, msg)) - class Injector(InjectorWindow): def __init__(self): InjectorWindow.__init__(self) |