diff options
| author | Adam <Adam@anope.org> | 2011-08-06 04:16:10 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-08-06 04:16:10 -0400 |
| commit | 7849667a19d037f360ec935dca09706c9b031174 (patch) | |
| tree | cddc5be41243675eb3dcdd3d4c70c561182d8f88 /data | |
| parent | e03efdee9743a4b7366606aebe219627984fcf3f (diff) | |
Added a define{} block which can be used to easially rename things
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 1f85bed94..654df479e 100644 --- a/data/example.conf +++ b/data/example.conf @@ -73,6 +73,22 @@ */ /* + * [OPTIONAL] Defines + * + * You can define values to other values, which can be used to easially change + * every value in the configuration. For example, use: + * + * define + * { + * name = "ChanServ" + * value = "ChannelServ" + * } + * + * To replace every occurance of ChanServ with ChannelServ in the configuration file, + * and in every included configuration file (such as chanserv.example.conf). + */ + +/* * [OPTIONAL] Additional Includes * * You can include additional configuration files here. |
