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/generic.conf.example | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/conf/services/generic.conf.example (limited to 'docs/conf/services/generic.conf.example') diff --git a/docs/conf/services/generic.conf.example b/docs/conf/services/generic.conf.example new file mode 100644 index 000000000..6904d31d8 --- /dev/null +++ b/docs/conf/services/generic.conf.example @@ -0,0 +1,45 @@ +# This file contains aliases and nickname reservations which are used +# by all common services implementations. + +# Long hand aliases for services pseudoclients. + + + + + + + + +# Short hand aliases for services pseudoclients. + + + + + + + + +# /ID [account] +# Identifies to a services account. + + + +# Prevent clients from using the nicknames of services pseudoclients. + + + + + + + + + +# Exempt services pseudoclients from filters. + + + + + + + + -- cgit v1.2.3