From 8131ca2c985cc817d7d071340ecb3340f83262d3 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Sat, 15 Nov 2008 21:49:07 +0000 Subject: Added ulineservers directive to options block in new config. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1736 5417fbe8-f217-4b02-8779-1006273d7864 --- data/example_new.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data') diff --git a/data/example_new.conf b/data/example_new.conf index 8b8c78316..64273839c 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -460,6 +460,15 @@ options { * This directive is optional, if left out, defaults to 3. */ #newscount = 3 + + /* + * A space-separated list of ulined servers on your network, it is assumed that + * the servers in this list are allowed to set channel modes and Services will + * not attempt to reverse their mode changes. This directive is optional. + * + * WARNING: Do NOT put your user servers in this directive. + */ + ulineservers = "stats.your.network proxy.your.network" } /* -- cgit