mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 04:36:37 +02:00
92afdb56b5
These are bans that are automatically removed by the server. The duration is in minutes and the mask can be any ban mask. => Note that you need to load the extbans/timedban module! Some examples: * A 5 minute ban on a host: +b ~t:5:*!*@host * A 5 minute quiet ban on a host (unable to speak): +b ~t:5:~q:*!*@host * An invite exception for 1440m/24hrs +I ~t:1440:*!*@host * A temporary exempt ban for a services account +e ~t:1440:~a:Account * Allows someone to speak through +m for the next 24hrs: +e ~t:1440:~m:moderated:*!*@host * And any other crazy ideas you can come up with...