Merge pull request #191 from GLolol/patch-1

doc: add extensions/chm_nonotice to example confs
This commit is contained in:
William Pitcock 2016-05-11 23:46:10 -05:00
commit 96bcbb5d56
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@
*/
/* Extensions */
#loadmodule "extensions/chm_nonotice";
#loadmodule "extensions/chm_operonly_compat";
#loadmodule "extensions/chm_quietunreg_compat";
#loadmodule "extensions/chm_sslonly_compat";

View file

@ -44,6 +44,7 @@
* To use them, uncomment the lines below.
*
* Channel mode +-A (admin only) -- chm_adminonly
* Channel mode +-T (blocks notices) -- chm_nonotice
* Channel mode +-O (oper only) -- chm_operonly
* Channel mode +-S (ssl only) -- chm_sslonly
* Emulates channel mode +-O (oper only) (+-iI $o) -- chm_operonly_compat
@ -80,6 +81,7 @@
* Stop services kills -- no_kill_services
*/
#loadmodule "extensions/chm_adminonly";
#loadmodule "extensions/chm_nonotice";
#loadmodule "extensions/chm_operonly";
#loadmodule "extensions/chm_sslonly";
#loadmodule "extensions/chm_operonly_compat";