diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-08 17:39:11 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-08 17:39:11 +0000 |
commit | 793a44d06155cd93f08179a96967a75e347b2cb0 (patch) | |
tree | 67d7e8939d35296eae4fae283231e84658dc470b | |
parent | 118dd2c9f44a20e76b8ddc0d7958a4c63e8de4aa (diff) |
Added <disabled:commands> to the example config (commented out by default!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1016 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 39fa8fe1e..1e5e1201b 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -270,6 +270,19 @@ <banlist chan="#morons" limit="128"> <banlist chan="*" limit="69"> +#-#-#-#-#-#-#-#-#-#-#- DISABLED COMMANDS -#-#-#-#-#-#-#-#-#-#-#-#-#-# +# # +# This tag is optional, and specifies one or more commands which are # +# not available to non-operators. For example you may wish to disable # +# NICK and prevent non-opers from changing their nicknames. # +# Note that any disabled commands take effect only after the user has # +# 'registered' (e.g. after the initial USER/NICK/PASS on connection) # +# so for example disabling NICK will not cripple your network. # +# # +# <disabled commands="TOPIC MODE"> # +# # + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#- RTFM LINE -#-#-#-#-#-#-#-#-#-#-#-#-#-# # # # Just remove this... Its here to make you read ALL of the config # |