summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-06-12 18:52:03 +0000
committeryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-06-12 18:52:03 +0000
commit8838a31e63b92c6930421346e5bcb0e433b40fd1 (patch)
treef4e468947f9a8d8fe1fc9bd72cefecb6014f545e
parentb1865524b3636c04716c7b058ddf6f8465f9df84 (diff)
downloadomegle-8838a31e63b92c6930421346e5bcb0e433b40fd1.tar.gz
omegle-8838a31e63b92c6930421346e5bcb0e433b40fd1.zip
bla
git-svn-id: http://xapek.org/svn/common/omegle@1128 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
-rw-r--r--Documentation.txt3
-rw-r--r--injector.py1
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)