about summary refs log tree commit diff
path: root/weechat/.weechat/plugins.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-06-07 15:02:18 -0400
committerBen Harris <ben@tilde.team>2019-06-07 15:02:18 -0400
commit39a52a270b8beb3d984ceb40bbd4a51628aa08aa (patch)
tree5f7032eb4bcc2ae587f25ace0dfea80273d883c4 /weechat/.weechat/plugins.conf
parent08a6fa8739440966a06f18b4f060c1abcb05f045 (diff)
weechat 2.5
Diffstat (limited to 'weechat/.weechat/plugins.conf')
-rw-r--r--weechat/.weechat/plugins.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index c9e2d1a..0068c18 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -171,7 +171,7 @@ python.urlserver.color_in_msg = "color for urls displayed inside irc message: it
 python.urlserver.debug = "print some debug messages (default: "off")"
 python.urlserver.display_urls = "display URLs below messages (default: "on")"
 python.urlserver.display_urls_in_msg = "add shorten url next to the original url (only in IRC messages) (useful for urlserver behind relay/irc) (default: "off")"
-python.urlserver.http_allowed_ips = "regex for IPs allowed to use server (example: "^(123.45.67.89|192.160.*)$") (default: "")"
+python.urlserver.http_allowed_ips = "regex for IPs allowed to use server (example: "^(123\.45\.67\.89|192\.160\..*)$") (default: "")"
 python.urlserver.http_auth = "login and password (format: "login:password") required to access to page with list of URLs (note: content is evaluated, see /help eval) (default: "")"
 python.urlserver.http_auth_redirect = "require the login/password (if option "http_auth" is set) for URLs redirections (default: "on")"
 python.urlserver.http_autostart = "start the built-in HTTP server automatically) (default: "on")"