diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-11 12:39:07 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-11 12:39:07 +0000 |
commit | 5bfc23a07ea7a6a522783152ae1c7930f7822760 (patch) | |
tree | feffe99cdcc6c592fc0f47dc39d78d3f1633e1c6 | |
parent | 2896b388d7ddedbbc01f3fbd0852f2571ec9f0d7 (diff) |
Removed proxy server from ulined servers in example config as more people use a client proxy scanner and this should reduce occurences of user servers being listed.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2549 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 8440625c9..1703015e6 100644 --- a/data/example.conf +++ b/data/example.conf @@ -488,7 +488,7 @@ options * * WARNING: Do NOT put your user servers in this directive. */ - ulineservers = "stats.your.network proxy.your.network" + ulineservers = "stats.your.network" } |