diff options
author | Peter Powell <petpow@saberuk.com> | 2019-04-02 14:43:28 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-04 12:27:56 +0100 |
commit | 9ea8ecfaf395955a4e58c743c2f9e35a26528039 (patch) | |
tree | 112d0e5d1f81b07a61782a68439adb1dda6a99cd /docs/conf/services/anope.conf.example | |
parent | 66ecf04088b747c00e7fdf8380fbece7848018be (diff) |
Use SQUERY instead of PRIVMSG in alias/passforward config.
Diffstat (limited to 'docs/conf/services/anope.conf.example')
-rw-r--r-- | docs/conf/services/anope.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/services/anope.conf.example b/docs/conf/services/anope.conf.example index 4068871c8..b753874be 100644 --- a/docs/conf/services/anope.conf.example +++ b/docs/conf/services/anope.conf.example @@ -6,4 +6,4 @@ # /GLOBAL <message> # Sends a global notice. -<alias text="GLOBAL" format="*" replace="PRIVMSG $requirement :GLOBAL $2-" requires="Global" uline="yes" operonly="yes"> +<alias text="GLOBAL" format="*" replace="ยง $requirement :GLOBAL $2-" requires="Global" uline="yes" operonly="yes"> |