mirror of
https://github.com/anope/anope.git
synced 2026-07-09 19:23:14 +02:00
Added defbantype directive to chanserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1435 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -378,4 +378,16 @@ chanserv
|
||||
* recommended. If not set, the default is 14 days.
|
||||
*/
|
||||
expire = 14d
|
||||
|
||||
/*
|
||||
* The default ban type for newly registered channels (and when importing old databases).
|
||||
*
|
||||
* defbantype can be:
|
||||
*
|
||||
* 0: ban in the form of *!user@host
|
||||
* 1: ban in the form of *!*user@host
|
||||
* 2: ban in the form of *!*@host
|
||||
* 3: ban in the form of *!*user@*.domain
|
||||
*/
|
||||
defbantype = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user