diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-08 01:22:25 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-08 01:22:25 +0000 |
commit | b1f83dce8a9979aad72ccc5b2f34455488cc6c6e (patch) | |
tree | c4fa83a298c271b1530a7a51c1f5e9fff453b518 /src/common/weeconfig.h | |
parent | dd39ac243273052609e5f3ee6a5217f07e06402d (diff) | |
download | weechat-b1f83dce8a9979aad72ccc5b2f34455488cc6c6e.zip |
Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away command
wihtout argument only removes away status)
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index 254a56a44..9cfd8f006 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -183,7 +183,6 @@ extern char *cfg_log_timestamp; extern int cfg_log_hide_nickserv_pwd; extern int cfg_irc_display_away; -extern char *cfg_irc_default_msg_away; extern char *cfg_irc_default_msg_part; extern char *cfg_irc_default_msg_quit; extern int cfg_irc_notice_as_pv; |