banning an ident prefix wildcard

These are old archives. They are kept for historic purposes only.
Post Reply
1kill1der
Posts: 6
Joined: Tue Apr 13, 2004 4:12 pm

banning an ident prefix wildcard

Post 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 :)
_HTH_
Posts: 8
Joined: Tue Mar 09, 2004 7:56 pm

Post 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
RTFM or DIE! :)
1kill1der
Posts: 6
Joined: Tue Apr 13, 2004 4:12 pm

thankyou

Post by 1kill1der »

thankyou for the reply, that worked fine :)
Post Reply