Search found 4 matches
- Sun Nov 13, 2005 12:31 am
- Forum: Unreal 3.2 Support
- Topic: channel deny
- Replies: 1
- Views: 1203
channel deny
is channel deny a network wide or server wide setting? If I deny channel on one server will it be denied on all linked servers?
- Wed Oct 26, 2005 7:25 am
- Forum: Unreal 3.2 Spamfilters
- Topic: help with spamfilters
- Replies: 10
- Views: 8642
sorry
sorry.. this regex is hard :(
so how would i write http://www.something.somethingelse.com
that "something" and "somethingelse" are very common words and i dont want to block them by itself.. has to have www. and .com
is this correct? www\.something\.somethingelse\.com
thanks
so how would i write http://www.something.somethingelse.com
that "something" and "somethingelse" are very common words and i dont want to block them by itself.. has to have www. and .com
is this correct? www\.something\.somethingelse\.com
thanks
- Tue Oct 25, 2005 10:25 pm
- Forum: Unreal 3.2 Spamfilters
- Topic: help with spamfilters
- Replies: 10
- Views: 8642
does not work
thanks.. i will have to learn regex...
but this /spamfilter + cpN Whatever_reason dildarbesi does not work.
for example i want to spamfilter "someword" with anything before and behind the word.
where do i put in that this is kline. i assume cpN means channel, private and Channel-Notice.. am i ...
but this /spamfilter + cpN Whatever_reason dildarbesi does not work.
for example i want to spamfilter "someword" with anything before and behind the word.
where do i put in that this is kline. i assume cpN means channel, private and Channel-Notice.. am i ...
- Tue Oct 25, 2005 8:49 pm
- Forum: Unreal 3.2 Spamfilters
- Topic: help with spamfilters
- Replies: 10
- Views: 8642
help with spamfilters
I have been entering into spamfilter manualy via ssh into spamfilter.conf file.
How would I do this exact same block directly on irc using /spamfilter command.
spamfilter {
regex "*dildarbesi*";
target { private; channel; channel-notice; };
reason "whatever reason";
action kline;
};
Thank ...
How would I do this exact same block directly on irc using /spamfilter command.
spamfilter {
regex "*dildarbesi*";
target { private; channel; channel-notice; };
reason "whatever reason";
action kline;
};
Thank ...