core support for looking up a users ip address when they sign on. Now to modify StatServ

This commit is contained in:
Fish 2004-02-21 05:09:54 +00:00
parent 68eb681fc8
commit f219bcd664
13 changed files with 88 additions and 3 deletions

1
main.c
View file

@ -121,6 +121,7 @@ main (int argc, char *argv[])
me.now = time(NULL);
ircsnprintf (me.strnow, STR_TIME_T_SIZE, "%ld", (long)me.now);
me.want_privmsg = 0;
me.want_nickip = 0;
me.die = 0;
me.local[0] = '\0';
me.debug_mode = 0;