From ba20016a83daaa04e967c3c1deb103b332160620 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 10 Jul 2016 22:39:16 -0700 Subject: [PATCH] example-conf: drop references to use_experimental_whois --- example-conf.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/example-conf.yml b/example-conf.yml index 6f3c252..8025b2a 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -381,15 +381,13 @@ relay: show_ips: false # Determines whether NickServ login info should be shown in the /whois output for - # relay users. For InspIRCd networks, this requires "use_experimental_whois" to be - # set. + # relay users. # Valid options include "all" (show this to everyone), "opers" (show only to # opers), and "none" (disabled). Defaults to none if not specified. whois_show_accounts: all # Determines whether the origin server should be shown in the /whois output for - # relay users. For InspIRCd networks, this requires "use_experimental_whois" to be - # set. + # relay users. # Valid options include "all" (show this to everyone), "opers" (show only to # opers), and "none" (disabled). Defaults to none if not specified. whois_show_server: opers