diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-09-25 07:49:09 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-09-25 07:49:09 +0000 |
commit | caff3dd01178b084048eef746383f0402700dbc7 (patch) | |
tree | 53542f98aa13f7f40d198a5d56cf0ad09219d775 /src/common/weeconfig.c | |
parent | 9d4300c0d768861dbd94bb4ca90575e4d2c113c3 (diff) | |
download | weechat-caff3dd01178b084048eef746383f0402700dbc7.zip |
Fixed typo in autojoin option help
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 9d701c270..d2357f05a 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -791,7 +791,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 (example: \"#chan1,#chan2,#chan3 #key1,#key2\")"), + 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"), |