Search found 261 matches

by White_Magic
Tue Jan 25, 2005 9:21 pm
Forum: Unreal 3.2 Support
Topic: /helpop information
Replies: 6
Views: 1641

hm the spamfilter doesnt have an affect on the helpop or does the " notice " cover it?
by White_Magic
Tue Jan 25, 2005 8:32 pm
Forum: Unreal 3.2 Support
Topic: /helpop information
Replies: 6
Views: 1641

/helpop information

um, is there a way to stop helpop notices being sent to ircops (rather than -h) some botnets are having fun flooding us via helpop, isnt there a way tostop them doing this??
by White_Magic
Wed Jan 19, 2005 8:59 pm
Forum: Unreal 3.2 Spamfilters
Topic: Need regex help
Replies: 9
Views: 4044

I know secureserv uses perl regex, unreal doesnt use the same does it?
by White_Magic
Wed Jan 19, 2005 8:49 pm
Forum: Unreal 3.2 Spamfilters
Topic: Need regex help
Replies: 9
Views: 4044

um thanks for the help but i know the difference between * and regex *, ive already read on regexs and perl regexs, i just ahvent had practise putting them into action :)
by White_Magic
Wed Jan 19, 2005 4:09 pm
Forum: Unreal 3.2 Spamfilters
Topic: Need regex help
Replies: 9
Views: 4044

Need regex help

hi, i need help with a regex. i thought the one i had would ahve worked but it didnt, /spamfilter add cpPnNq block - - *CRAZY*GALS* + *OCT*10TH* + the regex set fine, but it didnt block what i wanted it too.. CRAZY^GALS FATHER COMMITED SUICIDE BY SHOOTING HIMSELF IN THE HEAD WITH A 22 ON OCT 10TH BL...
by White_Magic
Tue Jan 18, 2005 3:37 pm
Forum: General chat
Topic: Detecting +q for script (mIRC)
Replies: 16
Views: 9996

lot of code there aqua


ON *:RAWMODE:#:{
if ($1 == +q || ($1 == +qo || ($1 == +oq))) { add woteva }
}

i tend to use hash tables to store each persons modes they lose or gain, so its constantly updating itself