Except throttle does not work

These are old archives. They are kept for historic purposes only.
Post Reply
orangecakez
Posts: 6
Joined: Wed Oct 08, 2008 5:58 pm

Except throttle does not work

Post 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?
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: Except throttle does not work

Post 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.
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
Post Reply