diff options
author | Peter Powell <petpow@saberuk.com> | 2017-10-20 08:01:27 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-11-06 10:55:56 +0000 |
commit | b76ff64daeeb1e1081cff93c611f730e5b1b051e (patch) | |
tree | ba8feca819f19d16f25835501636d19eaaf3ca11 /docs/conf/modules | |
parent | 76e3b7860411c79fb3c6b56c7d15bf7ba1fd569a (diff) |
Enable using m_customprefix to alter core prefix modes.
This replaces the devoice module which has now been removed. If you
want users to be able to devoice themselves then you can load the
customprefix module add the following config tag:
<customprefix name="voice" depriv="yes">
If you wish to keep identical behaviour rather than allowing users
to use "MODE #YourChannel -v TheirNick" then you can load the alias
module and add the following config tag:
<alias text="DEVOICE" format="#*" replace="MODE $2 -v $nick">
Diffstat (limited to 'docs/conf/modules')
-rw-r--r-- | docs/conf/modules/unrealircd.conf.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf/modules/unrealircd.conf.example b/docs/conf/modules/unrealircd.conf.example index 102307661..45a0ac3d6 100644 --- a/docs/conf/modules/unrealircd.conf.example +++ b/docs/conf/modules/unrealircd.conf.example @@ -168,8 +168,6 @@ #<badchan name="#gods*" allowopers="yes" reason="Tortoises!"> # #<badchan name="#heaven" redirect="#hell" reason="Nice try!"> # -<module name="devoice"> - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Filter module: Provides message filtering, similar to SPAMFILTER. <module name="filter"> |