1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 04:36:37 +02:00
Files
unrealircd/doc
Bram Matthys 92afdb56b5 Timed bans: ~t:duration:mask
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...
2017-11-20 09:16:03 +01:00
..
2017-11-20 09:16:03 +01:00
2010-07-14 18:54:52 +00:00
2017-11-20 09:16:03 +01:00
2000-02-28 22:45:44 +00:00
2015-10-10 17:44:52 +02:00