1
0
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:
Sébastien Helleu
2018-11-04 16:46:11 +01:00
committed by GitHub
20 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -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,