diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-02-12 22:12:05 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-02-12 22:12:05 +0000 |
commit | 05382151572c2a68c5b61cae7adb3e0ed5de2c72 (patch) | |
tree | b523dabbca75f5a1c2e63e563002bccf8f174ed5 /src/common/weeconfig.c | |
parent | fa02f128ec08d7914b369949e96c22331d0ec08a (diff) | |
download | weechat-05382151572c2a68c5b61cae7adb3e0ed5de2c72.zip |
Updated doc for server_command setting
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 5 |
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"), |