aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-18 08:05:44 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-18 08:05:44 -0400
commitdd72cd2ff901b136fd01e28a71d96d9b38c7abdb (patch)
tree024ccc18d916919fcabc71509f50f872972c08c0
parentccccab85a8bb085a80e07a0a13384f432de5674c (diff)
downloadfujinet-chat-dd72cd2ff901b136fd01e28a71d96d9b38c7abdb.tar.gz
derp
-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();