PROBLEM WITH THROTLE EXCEPTION

These are old archives. They are kept for historic purposes only.
Post Reply
Zentinela
Posts: 2
Joined: Sun Mar 05, 2006 10:33 pm
Location: Spain
Contact:

PROBLEM WITH THROTLE EXCEPTION

Post by Zentinela »

Hi all!!

I´m having a really weard prob with my trhottle exception line. I´ve read all de docs about it and the forums.

This is my set block at unrealircd.conf

set {
kline-address "IRC[**AT**]esplay[**DOT**]es";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#opers";
dns {
nameserver ***.***.***.***;
timeout 2s;
retries 2; };
options { hide-ulines;
identd-check;
show-connect-info; };
maxchannelsperuser 17;
anti-spam-quit-message-time 500s;
oper-only-stats "*";
throttle {
connections 3;
period 60s;
};
except throttle {
mask ***.***.***.***;
};
/* Anti flood protection */
anti-flood { nick-flood 3:60; /* 3 nickchanges per 60 seconds (the default) */};
/* Spam filter */
spamfilter {
ban-time 1d; /* default duration of a *line ban set by spamfilter */
ban-reason "SPAM NO AUTORIZADO"; /* default reason */
virus-help-channel "#help"; /* channel to use for 'viruschan' action */
/* except "#help"; channel to exempt from filtering */
};
};



At the except throttle mask i´m setting the full ip address.

But when i rehash i get:

[23:16] -orion.irc.esplay.es- *** Notice -- Loading IRCd configuration ..
[23:16] -orion.irc.esplay.es- *** Notice -- error: unrealircd.conf:327: unknown directive set::except
[23:16] -orion.irc.esplay.es- *** Notice -- error: 1 errors encountered
[23:16] -orion.irc.esplay.es- *** Notice -- error: IRCd configuration failed to pass testing
[23:17] -orion.irc.esplay.es- *** Notice -- Zentinela is rehashing server config file

Line 327 corresponds to the except throttle but i have no idea what i´m doing wrong.

thanks in advance
8)
Last edited by Zentinela on Sun Mar 05, 2006 11:08 pm, edited 1 time in total.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

except throttle doesnt go in the set block. In the documentation, it is listed as its own block, btw.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Zentinela
Posts: 2
Joined: Sun Mar 05, 2006 10:33 pm
Location: Spain
Contact:

thanks!!!

Post by Zentinela »

:oops:

shit!!

i was sure it was a really stupid prob....

solved!!!

thanks a lot
Zentinela
Net-Admin irc.esplay.es
http://www.esplay.es
irc://orion.irc.esplay.es:6667
#eSPLaY #eSPLaY-DeVeL
Post Reply