summaryrefslogtreecommitdiff
path: root/src/common/weeconfig.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-02-12 22:12:05 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-02-12 22:12:05 +0000
commit05382151572c2a68c5b61cae7adb3e0ed5de2c72 (patch)
treeb523dabbca75f5a1c2e63e563002bccf8f174ed5 /src/common/weeconfig.c
parentfa02f128ec08d7914b369949e96c22331d0ec08a (diff)
downloadweechat-05382151572c2a68c5b61cae7adb3e0ed5de2c72.zip
Updated doc for server_command setting
Diffstat (limited to 'src/common/weeconfig.c')
-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 f80883e67..99e4099f6 100644
--- a/src/common/weeconfig.c
+++ b/src/common/weeconfig.c
@@ -947,8 +947,9 @@ t_config_option weechat_options_server[] =
N_("real name to use on IRC server"),
OPTION_TYPE_STRING, 0, 0, 0,
"", NULL, NULL, &(cfg_server.realname), NULL },
- { "server_command", N_("first command to run when connected to server"),
- N_("first command to run when connected to server"),
+ { "server_command", N_("command(s) to run when connected to server"),
+ N_("command(s) to run when connected to server (many commands should be "
+ "separated by ';', use '\\;' for a semicolon)"),
OPTION_TYPE_STRING, 0, 0, 0,
"", NULL, NULL, &(cfg_server.command), NULL },
{ "server_command_delay", N_("delay (in seconds) after command was executed"),