diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-09-01 14:58:02 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-09-11 12:11:16 +0200 |
commit | 1f6ba902a6c45d84fcaf534d429ca1084ef35911 (patch) | |
tree | e5ef25abb300a33facd11c98c985abc0987e6ee9 /docs/conf | |
parent | 16398df07d4ce1f1d4a2e43d97bc39043f8d44b5 (diff) |
Convert cmd_modenotice into an optional module
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d329ab522..639e3e1bd 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1059,6 +1059,11 @@ #<module name="m_mlock.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Modenotice module: Adds the /MODENOTICE command that allows opers to +# send notices to all users having the given user mode(s) set. +#<module name="m_modenotice.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # MsSQL module: Allows other SQL modules to access MS SQL Server # through a unified API. # This modules is in extras. Re-run configure with: ./configure --enable-extras=m_mssql.cpp |