1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 20:03:13 +02:00
Files
unrealircd/src
Bram Matthys f23546b27c More conv_param() changes, the +3 rule changed, and matches the rest.
The .conv_param() now receives the ban minus the ~own-extban.
And it should also return the part minus the ~own-extban.

Changes to findmod_by_bantype():
1) Takes a string now, rather than a single char value,
   so it is ready for named extbans.
2) Second parameter added so you can easily jump to the remainder.
   Eg:
   extban = findmod_by_bantype(b->banstr, &nextbanstr);
   [..check if extban is non-NULL and then..]
   b->banstr = nextbanstr;
2021-08-14 08:57:33 +02:00
..
2019-08-15 11:55:18 +02:00
2021-08-13 12:23:44 +02:00
2021-08-11 16:48:26 +02:00
2021-08-12 16:03:20 +02:00
2021-07-12 14:37:25 +02:00
2021-08-12 15:23:07 +02:00
2021-08-09 08:49:01 +02:00
2021-08-10 12:44:54 +02:00