summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-01-08 01:22:25 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-01-08 01:22:25 +0000
commitb1f83dce8a9979aad72ccc5b2f34455488cc6c6e (patch)
treec4fa83a298c271b1530a7a51c1f5e9fff453b518 /src/common/weeconfig.h
parentdd39ac243273052609e5f3ee6a5217f07e06402d (diff)
downloadweechat-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.h1
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;