summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-11-05 10:46:23 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-11-05 10:46:23 +0000
commitfd562722d05fcea2874945d2cb094c3a33f64a9a (patch)
tree5707d7c0b511506e6fa02258b5c0f3915046286c /src/common
parent639d8b3ba95bdf1ec0767ea88cf1b6932478f41c (diff)
downloadweechat-fd562722d05fcea2874945d2cb094c3a33f64a9a.zip
Changed help for "irc_colors_receive" option
Diffstat (limited to 'src/common')
-rw-r--r--src/common/weeconfig.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c
index 89c2a0935..757aad81e 100644
--- a/src/common/weeconfig.c
+++ b/src/common/weeconfig.c
@@ -681,8 +681,9 @@ t_config_option weechat_options_irc[] =
"words may begin or end with \"*\" for partial match)"),
OPTION_TYPE_STRING, 0, 0, 0,
"", NULL, NULL, &cfg_irc_highlight, &config_change_noop },
- { "irc_colors_receive", N_("keep colors from incoming messages"),
- N_("keep colors from incoming messages"),
+ { "irc_colors_receive", N_("when off, colors codes are ignored in "
+ "incoming messages"),
+ N_("when off, colors codes are ignored in incoming messages"),
OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
NULL, NULL, &cfg_irc_colors_receive, NULL, config_change_noop },
{ "irc_colors_send", N_("allow user to send colors"),