1
0
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:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-13 22:53:38 +00:00
parent 1ed8244166
commit c4a8ddaa24
2 changed files with 20 additions and 1 deletions
+12
View File
@@ -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
}