diff options
author | Peter Powell <petpow@saberuk.com> | 2013-04-07 17:02:37 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-04-13 16:01:42 +0100 |
commit | b331d0549be435d77ceb52aee4a58ee4aa40ec7d (patch) | |
tree | c7c7c4cdf38d1c69828a8ed9c022851f75b44936 /docs/conf | |
parent | 1626437cbf963b16ce44ef6cc829957fd3a7e2ff (diff) |
Add <security:allowcoreunload>.
When enabled (the default) this setting prevents the unloading of
core modules such as cmd_privmsg.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/inspircd.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 2988ccc0b..173355acd 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -657,6 +657,9 @@ # # <security + # allowcoreunload: If this value is set to yes, Opers will be able to + # unload core modules (e.g. cmd_privmsg.so). + allowcoreunload="no" # announceinvites: This option controls which members of the channel # receive an announcement when someone is INVITEd. Available values: |