From 25f2f7f3e8e04ecb341aab7d75dfda6724670eda Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 13 Oct 2016 08:41:57 +0100 Subject: 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. --- docs/conf/services/atheme.conf.example | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/conf/services/atheme.conf.example (limited to 'docs/conf/services/atheme.conf.example') diff --git a/docs/conf/services/atheme.conf.example b/docs/conf/services/atheme.conf.example new file mode 100644 index 000000000..dae1dfce2 --- /dev/null +++ b/docs/conf/services/atheme.conf.example @@ -0,0 +1,52 @@ +# This file contains aliases and nickname reservations which are used +# by Atheme. See http://atheme.net for more information on Atheme. + +# This file inherits from the generic config to avoid repetition. + + +# Long hand aliases for services pseudoclients. + + + + + + + + + + +# Short hand aliases for services pseudoclients. + + + + + + + + +# These short hand aliases conflict with other pseudoclients. You can enable +# them but you will need to comment out the uncommented ones above first, +# +# + +# Prevent clients from using the nicknames of services pseudoclients. + + + + + + + + + + +# Exempt services pseudoclients from filters. + + + + + + + + + -- cgit v1.2.3