fix start time bug

This commit is contained in:
Fish 2003-11-05 11:02:41 +00:00
parent 10e9bfcfd5
commit 01d3b12e7a

2
main.c
View file

@ -97,7 +97,7 @@ main (int argc, char *argv[])
printf ("-----------------------------------------------\n\n");
}
/* set some defaults before we parse the config file */
me.t_start = me.now;
me.t_start = time(NULL);
me.want_privmsg = 0;
me.die = 0;
me.local[0] = '\0';