diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 21:49:07 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 21:49:07 +0000 |
| commit | 8131ca2c985cc817d7d071340ecb3340f83262d3 (patch) | |
| tree | 66c1714543eb115f652da2bc7751ca077c7d6df2 /data | |
| parent | 77c47e06a87a4731960d3f0ac9567857eb531994 (diff) | |
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
Diffstat (limited to 'data')
| -rw-r--r-- | data/example_new.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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" } /* |
