From ced2f97c201def0356f0fa0601b3c7ad5fb71a6c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 10 Mar 2026 04:20:27 -0400 Subject: Start+Q to open a screen for the last channel/nick we got a message from. --- 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 0d91d3f..4b57df3 100644 --- a/src/irc.h +++ b/src/irc.h @@ -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); -- cgit v1.2.3