1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

Fix regex in relay allowed_ips doc

This commit is contained in:
Trevor Bergeron
2018-10-22 13:06:05 -04:00
parent 99ae73066c
commit 9121e5812c
20 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -767,7 +767,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,