mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
- 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.
10 lines
430 B
Plaintext
10 lines
430 B
Plaintext
# 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">
|