Page 1 of 1

banning an ident prefix wildcard

Posted: Sat Jan 22, 2005 8:43 am
by 1kill1der
hello, i have attempted to ban an ident wildcard prefix from my server using the following method
ban user {
mask *!test*@*;
reason "not welcome";
};
( which i hoped would have banned test* ) it has not worked, im wondering if it is possable to ban ident prefixes, could anyone help me on this?
much appreciated, thankyou for your time, bye :)

Posted: Sat Jan 22, 2005 10:25 am
by _HTH_
Remove the *! in front than it should work.
In this part it is not nick!user@host but user@host. Keep that in mind :)

Greetings
Chris

thankyou

Posted: Sun Jan 23, 2005 5:09 am
by 1kill1der
thankyou for the reply, that worked fine :)