Page 1 of 1

Trouble with ban::nick block (Q:Line)

Posted: Wed Aug 03, 2011 12:34 pm
by CrazyCat
Hello there,

I notice today that I've a trouble with the ban::nick blocks.

Here's an extract of my file:

Code: Select all

ban nick {
        mask "*I*r*c*o*p*";
        reason "Reserved for Ircops";
};

ban nick {
        mask "*e*g*g*d*r*o*p*";
        reason "Only for bots";
};

ban nick {
        mask "webmaster";
        reason "You're not really a webmaster";
};
If I do a /stats q, I get:
stats q wrote:14:31:52 [Zeolia] -!- q webmaster 0 1312374833 my.network.net You're not really a webmaster
14:31:52 [Zeolia] -!- q *e*g*g*d*r*o*p* 0 1312374833 my.network.net Only for bots
14:31:52 [Zeolia] -!- q *I*r*c*o*p* 0 1312374833 my.network.net Reserved for Ircops
But using an user unregistered, not oper, I can connect with nick like Ircop, ircop, webmaster, .... Or change my nick to one of them.
Did I do something wrong ?

Regards

Re: Trouble with ban::nick block (Q:Line)

Posted: Thu Aug 04, 2011 8:06 am
by Jobe
The only possible explanation I can think of is an except tkl or except ban block that matches you.

Re: Trouble with ban::nick block (Q:Line)

Posted: Tue Sep 06, 2011 8:32 am
by CrazyCat
Sorry for the long time, I was out :)

You're right, I forget I'd add an execption for my IP, so my tests were wrong. Trying from another IP, it was ok.

Thanks a lot.