aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-09 02:03:42 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-09 02:03:42 -0400
commit9dba8f52b61b1d56d9cf8e63bd1dde2b31b25a5d (patch)
tree91b01698979cfeae507eb820cd5e7f3027043b41 /src/irc.h
parent7cada3864c10b14dec18a0efc768f3455004166b (diff)
downloadfujinet-chat-9dba8f52b61b1d56d9cf8e63bd1dde2b31b25a5d.tar.gz
audible and visual bell on hilite.
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 edecb24..18a9d86 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -45,6 +45,7 @@ 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;
+extern char bell_type;
/* call this once, right after TCP connection is established. */
void irc_register(void);