From 8838a31e63b92c6930421346e5bcb0e433b40fd1 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 12 Jun 2009 18:52:03 +0000 Subject: bla git-svn-id: http://xapek.org/svn/common/omegle@1128 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- Documentation.txt | 3 ++- 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) -- cgit v1.2.1