diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-28 16:54:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-28 16:54:42 +0000 |
commit | 28cfa7d8aec7a122f51b36a715fd6ddc55837be1 (patch) | |
tree | 36b6c5bbca4ecff8ebd4d7fa6b38eda32206d07d /docs | |
parent | 1448d13e17ed68ff36c83d08d4b3d6b2ff7e7012 (diff) |
Document <options:syntaxhints> and <options:nouserdns>
Change syntaxhints to seperate RPL_TEXT (prefix SYNTAX)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4578 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 303ad0833..194c422d5 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -564,6 +564,16 @@ # temporarily copied before loading. If not defined, # # defaults to /tmp. # # # +# nouserdns - If set to 'yes', 'true' or '1', no user dns # +# lookups will be performed for connecting users. # +# this can save a lot of resources on very busy irc # +# servers. # +# # +# syntaxhints - If et to 'yes', 'true' or '1', when a user does # +# not give enough parameters for a command, a syntax # +# hint will be given (using the RPL_TEXT numeric) # +# as well as the standard ERR_NEEDMOREPARAMS. # +# # <options prefixquit="Quit: " loglevel="default" @@ -581,6 +591,8 @@ hidewhois="" flatlinks="no" hideulines="no" + nouserdns="no" + syntaxhints="no" allowhalfop="yes"> |