From 6f1ee17b375c74e8211e698fcdb527e210f13c71 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 29 Mar 2026 08:21:28 -0400 Subject: Removing PING/PONG message, nobody will miss it. --- src/irc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/irc.c') diff --git a/src/irc.c b/src/irc.c index f31d89c..dd1f9ae 100644 --- a/src/irc.c +++ b/src/irc.c @@ -69,10 +69,13 @@ static void print_reason(void) { } static void do_pong(void) { + /* + // nobody really needs this except for debugging the client if(conf->show_ping) scr_print_server("PING/PONG\n"); else scr_activate(scr_current); + */ txbuf_set_str2("PONG ", msg_args[0]); txbuf_send(); } -- cgit v1.2.3