mirror of
https://github.com/anope/anope.git
synced 2026-07-07 11:03:13 +02:00
Added badpasslimit directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1709 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -275,6 +275,17 @@ options {
|
||||
* as well. This directive is optional, but recommended.
|
||||
*/
|
||||
strictpasswords = yes
|
||||
|
||||
/*
|
||||
* Sets the number of invalid password tries before Services removes a user
|
||||
* from the network. If a user enters a number of invalid passwords equal to
|
||||
* the given amount for any Services function or combination of functions
|
||||
* during a single IRC session (subject to badpasstimeout, below), Services
|
||||
* will issues a /KILL for the user. If not given, Services will ignore
|
||||
* failed password attempts (though they will be logged in any case). This
|
||||
* directive is optional, but recommended.
|
||||
*/
|
||||
badpasslimit = 5
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user