This command adds a permanent autokill on the server. These are bans that will stay intact even if the server shuts down and restarts.
Example:
/as security akill add user@*.test.com Flooding the server
As with all bans, they should be carefully set to be as specific as possible while still keeping the problem user off the server. Since these bans are permanent, it is very important that you keep track of them and manually remove them when you think it appropriate.
This section of code will place server autokills (prevent a specific hostmask from connecting to the server) based on the number of flood notices that are received both locally and remotely. Akills will not be placed based on remote flood notices, but they will count toward the placement locally. As an example you can get 6 remote flood notices and the local server will not place an akill but the first time that user floods on your server inside the specified window the user will get an akill placed against them.
COUNT - The number of flood notices the user can accumulate in the set window.
OFF - Disables the auto akill system.
ON - Enables the auto akill system.
REASON - Setting for the akill notice.
TIME - The length of time (in minutes) the auto akill is set for.
WINDOW - The window of time that the user can accumulate flood notices.
Example:
/as security akill auto count 4
/as security akill auto off
/as security akill auto on
/as security akill auto reason Repeat flooding
/as security akill auto time 10
/as security akill auto window 2
Carefull consideration should be given to the window and count. You don't want to make it to tight as you'll get people taht were inadvertently flooding, set it to long and you wont catch abusers. Our default settings are 4 flood notices in 2 minutes with a 10 minute akill.
This command deletes a specified mask form the list of permanent akills.
Example:
/as security akill del user@bad.test.org
The mask must match exactly to a mask that was placed using the SECURITY AKILL ADD command. A wider mask will not delete masks that are contained in that mask.
Lists all akills on the server.
Example:
/as security akill list