]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/conf/services/atheme.conf.example
Merge the latest changes from insp20 into master.
[user/henk/code/inspircd.git] / docs / conf / services / atheme.conf.example
1 # This file contains aliases and nickname reservations which are used
2 # by Atheme. See http://atheme.net for more information on Atheme.
3
4 # This file inherits from the generic config to avoid repetition.
5 <include file="examples/services/generic.conf.example">
6
7 # Long hand aliases for services pseudoclients.
8 <alias text="ALIS"      replace="PRIVMSG $requirement :$2-" requires="ALIS"      uline="yes">
9 <alias text="CHANFIX"   replace="PRIVMSG $requirement :$2-" requires="ChanFix"   uline="yes">
10 <alias text="GAMESERV"  replace="PRIVMSG $requirement :$2-" requires="GameServ"  uline="yes">
11 <alias text="GLOBAL"    replace="PRIVMSG $requirement :$2-" requires="Global"    uline="yes" operonly="yes">
12 <alias text="GROUPSERV" replace="PRIVMSG $requirement :$2-" requires="GroupServ" uline="yes">
13 <alias text="HELPSERV"  replace="PRIVMSG $requirement :$2-" requires="HelpServ"  uline="yes">
14 <alias text="INFOSERV"  replace="PRIVMSG $requirement :$2-" requires="InfoServ"  uline="yes">
15 <alias text="PROXYSCAN" replace="PRIVMSG $requirement :$2-" requires="Proxyscan" uline="yes" operonly="yes">
16 <alias text="RPGSERV"   replace="PRIVMSG $requirement :$2-" requires="RPGServ"   uline="yes">
17
18 # Short hand aliases for services pseudoclients.
19 <alias text="CF" replace="PRIVMSG $requirement :$2-" requires="ChanFix"   uline="yes">
20 <alias text="GL" replace="PRIVMSG $requirement :$2-" requires="Global"    uline="yes" operonly="yes">
21 <alias text="GS" replace="PRIVMSG $requirement :$2-" requires="GroupServ" uline="yes">
22 <alias text="IS" replace="PRIVMSG $requirement :$2-" requires="InfoServ"  uline="yes">
23 <alias text="LS" replace="PRIVMSG $requirement :$2-" requires="ALIS"      uline="yes">
24 <alias text="PS" replace="PRIVMSG $requirement :$2-" requires="Proxyscan" uline="yes" operonly="yes">
25 <alias text="RS" replace="PRIVMSG $requirement :$2-" requires="RPGServ"   uline="yes">
26
27 # These short hand aliases conflict with other pseudoclients. You can enable
28 # them but you will need to comment out the uncommented ones above first,
29 #<alias text="GS" replace="PRIVMSG $requirement :$2-" requires="GameServ" uline="yes">
30 #<alias text="HS" replace="PRIVMSG $requirement :$2-" requires="HelpServ" uline="yes">
31
32 # Prevent clients from using the nicknames of services pseudoclients.
33 <badnick nick="ALIS"      reason="Reserved for a network service">
34 <badnick nick="ChanFix"   reason="Reserved for a network service">
35 <badnick nick="GameServ"  reason="Reserved for a network service">
36 <badnick nick="GroupServ" reason="Reserved for a network service">
37 <badnick nick="HelpServ"  reason="Reserved for a network service">
38 <badnick nick="InfoServ"  reason="Reserved for a network service">
39 <badnick nick="Proxyscan" reason="Reserved for a network service">
40 <badnick nick="RPGServ"   reason="Reserved for a network service">
41 <badnick nick="SaslServ"  reason="Reserved for a network service">
42
43 # Exempt services pseudoclients from filters.
44 <exemptfromfilter target="ALIS">
45 <exemptfromfilter target="ChanFix">
46 <exemptfromfilter target="GameServ">
47 <exemptfromfilter target="GroupServ">
48 <exemptfromfilter target="HelpServ">
49 <exemptfromfilter target="InfoServ">
50 <exemptfromfilter target="Proxyscan">
51 <exemptfromfilter target="RPGServ">
52 <exemptfromfilter target="SaslServ">