someone know where to find
Posted: Thu Aug 04, 2005 10:06 am
i need some no away and slaps module
where can i find that?
where can i find that?
Welcome to the UnrealIRCd Forums!
https://forums.unrealircd.org/
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.";
};i need a cmode that if someone want that he can /mode $chan +mod ...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?
some ideas:
*try to use badwords, not spamfilter
*try to use services badwords (in anope there is such crap)