Wiki page start-event changed with summary [Raphael Arnaud ] by Raphael Arnaud

This commit is contained in:
Raphael Arnaud 2015-04-27 10:57:41 -07:00 committed by apache
parent 75996a35a9
commit 0eec02a3a9
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
#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, ...)