diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-05 08:08:31 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-05 08:08:31 +0000 |
commit | 38a6bca73ce34091f0f456eb866e9cf9452d89c7 (patch) | |
tree | e2107e2bff6609bc017ab7f1ac6c9a899fe3af9b /docs/inspircd.conf.example | |
parent | ef703c9e8674cffae41460bd16003f432e3bbd2e (diff) |
Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222".
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5417 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index a4b2f0f38..a3ecbe557 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -676,11 +676,18 @@ # this can save a lot of resources on very busy irc # # servers. # # # -# syntaxhints - If set to 'yes', 'true' or '1', when a user does # +# syntaxhints - If set 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. # # # +# announcets - If this value is defined to 'yes', 'true' or '1', # +# then if a channel's timestamp is updated the users # +# on the channel will be informed of the change via # +# a server notice to the channel with the old and # +# new TS values in the timestamp. If you think this # +# is just pointless noise, define the value to 0. # +# # <options prefixquit="Quit: " loglevel="default" @@ -702,6 +709,7 @@ nouserdns="no" syntaxhints="no" cyclehosts="yes" + announcets="yes" allowhalfop="yes"> |