diff options
author | Adam <Adam@anope.org> | 2012-04-27 16:05:49 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-04-27 16:05:49 -0400 |
commit | e490a5461fa6ffa0b8a727833d6fcb79eef0405a (patch) | |
tree | e2f2cf9860e69bab515e52ef01182fb453dd19cc /data/global.example.conf | |
parent | 5068483cb917ba1c8ed3a0d20f7bfcb996f0aa3e (diff) |
Process defines even before includes, fixes defining{} pseudoclient names to something else in their respective configurations
Diffstat (limited to 'data/global.example.conf')
-rw-r--r-- | data/global.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index 234c86810..1b5ca9d31 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -4,6 +4,7 @@ /* * First, create the service. + * Note that an easy way to rename this service is to define{} the client name to something else. */ service { |