diff options
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
