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 0eec02a3a9.
This commit is contained in:
Tom Hacohen 2015-04-27 21:19:55 +01:00
parent 0eec02a3a9
commit 7d954dcc77
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
#include <pwd.h>
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>
#include <icq.h>
#include <errno.h>
#include <sys/stat.h>
#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, ...)