aboutsummaryrefslogtreecommitdiff
path: root/src/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc.c')
-rw-r--r--src/irc.c3
1 files changed, 3 insertions, 0 deletions
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();
}