Search found 5 matches

by Ozy
Mon Dec 31, 2007 4:01 pm
Forum: Unreal 3.2 Spamfilters
Topic: empty string filtering
Replies: 4
Views: 4917

Re: empty string filtering

Solved with "^ {1,}" to "" for what I needed. Many thanks everyone! :)

edit: changed to better and actual solution.
by Ozy
Mon Dec 24, 2007 9:21 pm
Forum: Unreal 3.2 Spamfilters
Topic: empty string filtering
Replies: 4
Views: 4917

Re: empty string filtering

Thanks Jobe1986 however:

Error in regex '^\s*$': Regular expression is too broad

I've tried with badword block (with idea to mlock +G later on channels where i need this) but with the same type of error. :/
by Ozy
Mon Dec 24, 2007 6:49 pm
Forum: Unreal 3.2 Spamfilters
Topic: empty string filtering
Replies: 4
Views: 4917

empty string filtering

Hello guys,

What is proper regex to filter out empty characters (spaces) string of any length. More spacific if someone someone post "_" or "____" or "________" etc (_ is space) that would be filtered however when someone go for "_hello" or "_hello_there_" etc that will pass. So for example ...
by Ozy
Fri Mar 31, 2006 12:46 am
Forum: Unreal 3.2 Support
Topic: moving prefix_aq to unrealircd.conf
Replies: 2
Views: 2018

tnx Bricker, done! :)
by Ozy
Thu Mar 30, 2006 9:34 pm
Forum: Unreal 3.2 Support
Topic: moving prefix_aq to unrealircd.conf
Replies: 2
Views: 2018

moving prefix_aq to unrealircd.conf

an idea, moving prefix_aq to unrealircd.conf so that it can be tweaked through simple ircd variable in configuration file.

is a bit inconvenient, specially for windows users (a plenty) to install VS7 dotnet and recompile everything just to get rid of ~ and &.

tnx :)