module like defizzer

These are old archives. They are kept for historic purposes only.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

SLipKnOt wrote: yeah i find they use they fullname common but they use "*" as their full name.. for this i cant ban them :( from ircd
Why not?

ban realname {
mask "\*";
reason "Some kind of drone";
};
-- codemastr
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

Post by SLipKnOt »

codemastr wrote: Why not?

ban realname {
mask "\*";
reason "Some kind of drone";
};
hehe thanks for show me the way :) but what i gonna do for the random :(
Client exiting: jpvteb (~[email protected])
Client exiting: zggmof (~[email protected])
Client exiting: zhgbaf (~[email protected])
Last edited by SLipKnOt on Sat Sep 25, 2004 6:03 am, edited 3 times in total.
./SLipKnOt --help
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

Post by SLipKnOt »

w00t wrote:Banning based on ctcp replies is a really bad idea... go talk to the defender people, they should probably be able to investigate into it and give you a hand.

I'd offer myself, but I'm busy with other projects at the moment. Still, drop me a line and I'll try get round to it.
Banning based on ctcp replies is not that bad i think :$ . Well if u got sometime then take a look :)
./SLipKnOt --help
Post Reply