autojoin implemented
This commit is contained in:
parent
fa77a3084e
commit
bdbbf1178d
3 changed files with 70 additions and 17 deletions
|
@ -42,6 +42,7 @@ char *twc_profile_option_names[TWC_PROFILE_NUM_OPTIONS] =
|
|||
{
|
||||
"save_file",
|
||||
"autoload",
|
||||
"autojoin",
|
||||
"max_friend_requests",
|
||||
"proxy_address",
|
||||
"proxy_port",
|
||||
|
@ -198,6 +199,12 @@ twc_config_init_option(struct t_config_section *section,
|
|||
"network when WeeChat starts";
|
||||
default_value = "off";
|
||||
break;
|
||||
case TWC_PROFILE_OPTION_AUTOJOIN:
|
||||
type = "boolean";
|
||||
description = "automatically join all groups you are invited in "
|
||||
"by your friends";
|
||||
default_value = "off";
|
||||
break;
|
||||
case TWC_PROFILE_OPTION_IPV6:
|
||||
type = "boolean";
|
||||
description = "use IPv6 as well as IPv4 to connect to the Tox "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue