From 7d954dcc77ff267b9823c33f812c4f4a3d887fcb Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 27 Apr 2015 21:19:55 +0100 Subject: [PATCH] Revert "Wiki page start-event changed with summary [Raphael Arnaud ] by Raphael Arnaud" Remove stupid main page weird spam. Thanks to OnlyHuman for letting me know. This reverts commit 0eec02a3a961c9e9d1483aabc0253f3588f9b54c. --- pages/start-event.txt | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/pages/start-event.txt b/pages/start-event.txt index 758960744..e69de29bb 100644 --- a/pages/start-event.txt +++ b/pages/start-event.txt @@ -1,37 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - - - -#define LOGIN_DELAY 5 -#define RESPONSE_DELAY 5 -#define KEEP_ALIVE_DELAY 120 -#define MAX_MSG_LENGTH 450 -#define MAX_MESSAGES 500 - -static int login_ok = 0; - -char* messages[MAX_MESSAGES];ŕ -long uins[MAX_MESSAGES]; -char passwd[10]; -char *msgfile; - -int count = -1; -char *url = 0; -int urlsend = 0; -long uin = 0; -char *icqhost = "icq.mirabilis.com"; -int icqport = 4000; -int quiet = 0; - -int Info(char *fmt, ...) \ No newline at end of file