diff options
author | Peter Powell <petpow@saberuk.com> | 2016-10-13 08:41:57 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-11-16 10:56:39 +0000 |
commit | 25f2f7f3e8e04ecb341aab7d75dfda6724670eda (patch) | |
tree | c1b1f4cedb61a3df297b6754ee7f3625b4950c8f /docs/conf/services/anope.conf.example | |
parent | 1457c8738c707bddde4bb73fafcb618c24be9abe (diff) |
Rework the example services aliases.
- Split common stuff into a generic configuration file.
- Reserve all nicknames used by services by default.
- Exempt all services clients from filtering.
- Add missing aliases for services pseudoclients.
Diffstat (limited to 'docs/conf/services/anope.conf.example')
-rw-r--r-- | docs/conf/services/anope.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/conf/services/anope.conf.example b/docs/conf/services/anope.conf.example new file mode 100644 index 000000000..603bb538d --- /dev/null +++ b/docs/conf/services/anope.conf.example @@ -0,0 +1,9 @@ +# This file contains aliases and nickname reservations which are used +# by Anope. See https://www.anope.org/ for more information on Anope. + +# This file inherits from the generic config to avoid repetition. +<include file="examples/services/generic.conf.example"> + +# /GLOBAL <message> +# Sends a global notice. +<alias text="GLOBAL" format="*" replace="PRIVMSG $requirement :GLOBAL $2-" requires="Global" uline="yes" operonly="yes"> |