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