blob: 4068871c851a2f7d8a81dd3f45569c02443e1458 (
plain)
1
2
3
4
5
6
7
8
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">
|