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