someone know where to find

These are old archives. They are kept for historic purposes only.
Post Reply
SliderMan
Posts: 19
Joined: Fri Jul 29, 2005 1:34 pm
Contact:

someone know where to find

Post by SliderMan »

i need some no away and slaps module
where can i find that?
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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.
SliderMan
Posts: 19
Joined: Fri Jul 29, 2005 1:34 pm
Contact:

Post by SliderMan »

on singal cahnnel....
Suchiara
Posts: 64
Joined: Fri May 20, 2005 2:37 pm

Post 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) :)
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Perhaps my TextBan module can help? (note: uses * and ? wildcards, not regex)
SliderMan
Posts: 19
Joined: Fri Jul 29, 2005 1:34 pm
Contact:

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