diff options
Diffstat (limited to 'conf/inspircd.conf.example')
-rw-r--r-- | conf/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index db963890b..8bd853249 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -542,6 +542,11 @@ # NOT SUPPORTED/NEEDED UNDER WIINDOWS. #runasgroup="" + # restrictbannedusers: If this is set, InspIRCd will not allow users + # banned on a channel to change nickname or message channels they are + # banned on. + restrictbannedusers="yes" + # userstats: /stats commands that users can run (oeprs can run all). userstats="Pu"> |