core support for looking up a users ip address when they sign on. Now to modify StatServ
This commit is contained in:
parent
68eb681fc8
commit
f219bcd664
13 changed files with 88 additions and 3 deletions
1
main.c
1
main.c
|
@ -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;
|
||||
|
|
Reference in a new issue