fix start time bug
This commit is contained in:
parent
10e9bfcfd5
commit
01d3b12e7a
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -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';
|
||||
|
|
Reference in a new issue