diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-08-16 15:03:44 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-08-16 15:03:44 +0000 |
commit | d4ecb032d49b91d0de26fb17f36d4547aa8e732e (patch) | |
tree | 5dbb70acb7faca3fc202d87a4aa034745b2deb08 /src/common/weeconfig.c | |
parent | 3f946e304d18d384bb2f84cf0e5f3f512008ff4c (diff) | |
download | weechat-d4ecb032d49b91d0de26fb17f36d4547aa8e732e.zip |
Added example in server_autojoin description
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index d924fc436..31bd94833 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -739,7 +739,7 @@ t_config_option weechat_options_server[] = OPTION_TYPE_INT, 0, 5, 0, NULL, NULL, &(cfg_server.command_delay), NULL, NULL }, { "server_autojoin", N_("list of channels to join when connected to server"), - N_("comma separated list of channels to join when connected to server"), + N_("comma separated list of channels to join when connected to server (example: \"#chan1,#chan2,#chan3 #key1,#key2\")"), OPTION_TYPE_STRING, 0, 0, 0, "", NULL, NULL, &(cfg_server.autojoin), NULL }, { "server_autorejoin", N_("automatically rejoin channels when kicked"), |