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