diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-17 05:52:37 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-17 05:52:37 -0400 |
| commit | ded1053f8b525e78d1121fd7f0a764ec5cc8cc05 (patch) | |
| tree | e3872cde44718589276550ede7d9aae4ebd75c07 /src/irc.h | |
| parent | e3b45c4788189bd04ed4cf9806191363715419ce (diff) | |
| download | fujinet-chat-ded1053f8b525e78d1121fd7f0a764ec5cc8cc05.tar.gz | |
Tab complete PM nics (private screen only). Also, no need to prefix messages with /m in server or private screens.
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,4 +67,5 @@ void cmd_command(char *cmd); void cmd_execute(void); void cmd_rejoin_chans(void); void cmd_ctcp_ping(char *nick); +void cmd_send_pm(char *args); unsigned int read_rtclok(void); /* irc.c needs this one so it's not static */ |
