diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-10 04:20:27 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-10 04:20:27 -0400 |
| commit | ced2f97c201def0356f0fa0601b3c7ad5fb71a6c (patch) | |
| tree | 6e2374ee81bca59b4bf9909c584a4913042f19fb /src/irc.h | |
| parent | b4d44860c237c05447f5641f83f19cece2ac9975 (diff) | |
| download | fujinet-chat-ced2f97c201def0356f0fa0601b3c7ad5fb71a6c.tar.gz | |
Start+Q to open a screen for the last channel/nick we got a message from.
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ extern int msg_argcount; extern char irc_away; extern char bell_type; extern char last_pm_nick[33]; +extern char last_chan[33]; /* call this once, right after TCP connection is established. */ void irc_register(void); |
