Spamfilter Help need
Posted: Sun Mar 09, 2008 1:10 pm
Hello Unrealircd!
I have one question for you.
i want that al thinks be sayd in channel or private be logged in a channel #log
But i dont know te fuction name of this.
Does any one know te fuction that it will be send to channel #log
I have one question for you.
i want that al thinks be sayd in channel or private be logged in a channel #log
But i dont know te fuction name of this.
Code: Select all
spamfilter {
regex "*";
target { private; channel; };
action say #log; // This doesnt work and also send will not work
};