From 791c5a3c70985c309136c3fb33c992779e7cf935 Mon Sep 17 00:00:00 2001 From: yvesf Date: Tue, 9 Jun 2009 18:28:16 +0000 Subject: ibla git-svn-id: http://xapek.org/svn/common/omegle@1091 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- Documentation.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Documentation.txt') diff --git a/Documentation.txt b/Documentation.txt index 426e6d1..49ffd7c 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -15,6 +15,13 @@ injector.py - same as above = do note abuse these tools, the following information = + +==== Catch a connection: + $ touch lock + +1: $ while stat lock > /dev/null; do sleep 0.001; done; python proxy.py +2: $ while stat lock > /dev/null; do sleep 0.001; done; python proxy.py + ====== API Documentation ==== Connection URL: http://omegle.com/ @@ -98,4 +105,4 @@ METHOD: GET PARAM: {} RETURNS: 1234 - 1234 is the number of users online \ No newline at end of file + 1234 is the number of users online -- cgit v1.2.1