Page 1 of 1

Except throttle does not work

Posted: Wed Oct 08, 2008 6:41 pm
by orangecakez
I am running Unrealircd 3.2.7, and reading this: http://www.unrealircd.com/files/docs/un ... ptionblock

So this is what I put in my unrealircd.conf:

Code: Select all

except throttle {
	mask 1.2.3.4;
};
(replacing 1.2.3.4 with an IP address)

But when I rehash it, it says:
*** Notice -- error: unrealircd.conf:846: unknown directive set::except
*** Notice -- error: 1 errors encountered
*** Notice -- error: IRCd configuration failed to pass testing
So I removed the except throttle lines and it works fine again.

Why is it giving me an error? What am I doing wrong?

Re: Except throttle does not work

Posted: Wed Oct 08, 2008 10:54 pm
by zEkE
The error suggests that you placed the "except throttle" block within the bounds of the "set" block.

Move the entire except throttle block (and only the throttle block ;-)) outside the set {} block.