From 4ac4aa49d77da3f471ca34a025074cf4a10be841 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Mar 2026 23:05:57 -0400 Subject: Add a bunch of Start keystrokes (see ui_keys.txt) --- src/irc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/irc.h') diff --git a/src/irc.h b/src/irc.h index 7feeb24..d513604 100644 --- a/src/irc.h +++ b/src/irc.h @@ -63,4 +63,5 @@ void print_errnum(void); void cmd_command(char *cmd); void cmd_execute(void); void cmd_rejoin_chans(void); +void cmd_ctcp_ping(char *nick); unsigned int read_rtclok(void); /* irc.c needs this one so it's not static */ -- cgit v1.2.3