diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:14:05 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:14:05 +0000 |
| commit | 486097e27b7fc848a6abfc25c7e4547e4acf5a7b (patch) | |
| tree | 822af53656503dc9e0a9e85e3c3ec301bd480978 /data | |
| parent | 5fa7475f65cdf761233f463aae337b5b81dabf16 (diff) | |
Added expiretimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1712 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
| -rw-r--r-- | data/example_new.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 947cbd95a..03c6fb0d0 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -301,6 +301,13 @@ options { * the OperServ UPDATE command. */ 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. + */ + expiretimeout = 30m } /* |
