diff options
author | Adam <Adam@anope.org> | 2013-09-29 13:02:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-09-29 13:04:12 -0400 |
commit | f7aa69b596500413ad33f386e74e28776507ca4f (patch) | |
tree | 0fbbfa047094c1fc0dade1f6f8c7a16799b028e9 | |
parent | d5ecc39104e3192f49e806b6e105ef07f683b489 (diff) |
Correct expiretmeout and updatetimeout descriptions in example.conf, it is no longer triggerd by /os update
-rw-r--r-- | data/example.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/data/example.conf b/data/example.conf index da3b32347..445395cf1 100644 --- a/data/example.conf +++ b/data/example.conf @@ -446,15 +446,12 @@ options badpasstimeout = 1h /* - * Sets the delay between automatic database updates. This time is reset by - * the OperServ UPDATE command. + * Sets the delay between automatic database updates. */ updatetimeout = 5m /* - * Sets the delay between checks for expired nicknames and channels. The - * OperServ UPDATE command will also cause a check for expiration and reset - * this timer. + * Sets the delay between checks for expired nicknames and channels. */ expiretimeout = 30m |