diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 21:48:33 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 21:48:33 +0000 |
commit | a5ef72b9b4964a8227bf46beb44df098aab87de0 (patch) | |
tree | 147d21d097a4dff200f4c152d40e56d044ba86ff /data | |
parent | 45e9c393df85eab779da2716f756fbdaaaf59f8b (diff) |
Added nickregdelay directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1733 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r-- | data/example_new.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 62f4c89ca..bac2a087e 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -436,6 +436,12 @@ options { * message/notice. This directive is optional. */ #anonymousglobal = yes + + /* + * Prevents users from registering their nick if they are not connected + * for at least the given number of seconds. This directive is optional. + */ + #nickregdelay = 30 } /* |