From caff3dd01178b084048eef746383f0402700dbc7 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 25 Sep 2005 07:49:09 +0000 Subject: Fixed typo in autojoin option help --- src/common/weeconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/weeconfig.c') 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"), -- cgit v1.2.3