aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-09 00:13:54 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-09 00:13:54 -0400
commit632b484974d98742cf67274838fcc4bc2c078e6a (patch)
treee6008fda9043366238b851449ae53eda7482dd6f /src/irc.h
parent05c066e18ac9ad909379634089813350841ce70e (diff)
downloadfujinet-chat-632b484974d98742cf67274838fcc4bc2c078e6a.tar.gz
auto-away on ATRACT, auto-un-away on keystroke.
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 8590314..edecb24 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -44,6 +44,7 @@ void print_error(unsigned char err);
extern char *msg_src, *msg_cmd, *msg_dest, *msg_text;
extern char *msg_args[MAX_MSG_ARGS];
extern int msg_argcount;
+extern char irc_away;
/* call this once, right after TCP connection is established. */
void irc_register(void);