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

These are old archives. They are kept for historic purposes only.
Post Reply
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

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

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

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

Post by Jobe »

The only possible explanation I can think of is an except tkl or except ban block that matches you.
Your IP: Image
Your Country: Image
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

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

Post 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.
Post Reply