From eb82baab2571dc46e70b0c0d9ec6069a506bedd5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 28 Oct 2025 20:13:48 -0400 Subject: Add /motd command You've gotta be able to see the fun colour charts again. --- chat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.c') diff --git a/chat.c b/chat.c index bc23c3f..b7743e8 100644 --- a/chat.c +++ b/chat.c @@ -399,6 +399,7 @@ int main(int argc, char *argv[]) { ircFormat("CAP LS\r\n"); ircFormat("NICK %s\r\n", self.nicks[0]); ircFormat("USER %s 0 * :%s\r\n", user, real); + replies[ReplyMOTD]++; // Avoid disabling VINTR until main loop. inputInit(); -- cgit 1.4.1