1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 02:06:37 +02:00
Files
unrealircd/src
Bram Matthys afbb0c283b Accept multiple masks in ban ip { } and ban nick { } such as:
ban ip {
	mask { 1.1.1.1; 2.2.2.2; 3.3.3.3; }
	reason "Go away";
}

Or the alternate form:

ban ip {
	mask 1.1.1.1;
	mask 2.2.2.2;
	mask 3.3.3.3;
	reason "Go away";
}

Suggested by magic000 in https://bugs.unrealircd.org/view.php?id=4599

Note that this is not a Mask item, these are special, hence the
special code.
2024-09-23 12:29:35 +02:00
..
2022-12-14 15:24:19 +00:00
2024-07-20 11:53:47 +02:00
2021-08-18 13:08:42 +02:00
2023-11-26 15:52:47 +01:00
2021-09-11 09:56:22 +02:00
2022-12-14 15:24:19 +00:00
2023-05-28 18:13:34 +02:00
2024-07-20 11:53:47 +02:00