aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.c b/src/irc.c
index eee3cab..4ea37a3 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -674,7 +674,6 @@ void print_errnum(void) {
}
static void start_minute_timer() {
- minutes = 0;
OS.cdtmf4 = 0xff;
OS.cdtmv4 = 60 * hz;
}
@@ -1014,6 +1013,7 @@ static void keystroke(void) {
/* only exits on error (e.g. connection closed, which might be via /QUIT). */
void irc_loop(void) {
hide_motd = conf->hide_motd;
+ minutes = 0;
start_minute_timer();
while(1) {
ind_check_timer();