So this is what I put in my unrealircd.conf:
Code: Select all
except throttle {
mask 1.2.3.4;
};But when I rehash it, it says:
So I removed the except throttle lines and it works fine again.*** Notice -- error: unrealircd.conf:846: unknown directive set::except
*** Notice -- error: 1 errors encountered
*** Notice -- error: IRCd configuration failed to pass testing
Why is it giving me an error? What am I doing wrong?