mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
Merge pull request #1273 from half-duplex/master
Fix regex in relay.network.allowed_ips doc
This commit is contained in:
@@ -828,7 +828,7 @@ relay_config_init ()
|
||||
N_("POSIX extended regular expression with IPs allowed to use relay "
|
||||
"(case insensitive, use \"(?-i)\" at beginning to make it case "
|
||||
"sensitive), example: "
|
||||
"\"^(123.45.67.89|192.160.*)$\""),
|
||||
"\"^(123\\.45\\.67\\.89|192\\.160\\..*)$\""),
|
||||
NULL, 0, 0, "", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&relay_config_change_network_allowed_ips, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user