Page 1 of 1

someone know where to find

Posted: Thu Aug 04, 2005 10:06 am
by SliderMan
i need some no away and slaps module
where can i find that?

Posted: Mon Aug 08, 2005 10:51 pm
by aquanight

Code: Select all

spamfilter {
    word "^\x01ACTION .*slaps";
    target { private; channel; };
    action block;
    reason "No slapping.";
};

spamfilter {
    word "^\x01ACTION .*is (away|back)";
    target { private; channel; };
    action block;
    reason "No away scripts.";
};
Add other variants as necessary.

Posted: Mon Aug 15, 2005 6:22 pm
by SliderMan
on singal cahnnel....

Posted: Mon Aug 15, 2005 7:19 pm
by Suchiara
not possible; in other words it would be unlogical.. Let's say there are ~10000 channel on the network. And every channel's owner wants to have sth specific. Can you imagine how much modules it would be? :D

some ideas:
*try to use badwords, not spamfilter
*try to use services badwords (in anope there is such crap) :)

Posted: Mon Aug 15, 2005 10:20 pm
by Syzop
Perhaps my TextBan module can help? (note: uses * and ? wildcards, not regex)

Posted: Tue Aug 16, 2005 4:14 pm
by SliderMan
Suchiara wrote:not possible; in other words it would be unlogical.. Let's say there are ~10000 channel on the network. And every channel's owner wants to have sth specific. Can you imagine how much modules it would be? :D

some ideas:
*try to use badwords, not spamfilter
*try to use services badwords (in anope there is such crap) :)
i need a cmode that if someone want that he can /mode $chan +mod ...
ty