hey guys and girls,im looking for a little editing help,
iv been using this script that i had help with from schaefer31
HERE (thanx again mate) on this forum,
script has been working great but the chan has changed the format of new announcements(again).
Iv tried to edit it but for some reason i have broken the filters,its not blocking the languages anymore,
on 10:TEXT:*:#CHAN:{
var %p = /^\[-PRE-\]-\[(?:DVD-R|SVCD|VCD|XviD|XBoX|XBox360|PS2|PSP|Games|Anime|Covers|Dox|0-Day)\]-\(.+\)$/iS
var %n = /^\[-NUKE-\]-\(.+\)-\(.+\)$/iS
var %u = /^\[-UNNUKE-\]-\(.+\)-\(.+\)$/iS
var %noshow = /(?:test|french\.|\.french\.|\.french-|\_french\_|\_french-|\.swedish\.|\.swedish-|\.danish\.|\.danish-|\.german\.|\_german\_|\.german-|\.germany\.|\.der\.|.\russian\.|\.russian-|\.spanish\.|\.spanish-|\.belgian\.|\.belgian-|\.dutch\.|\.dutch-|\.czech\.|\.czech-|\.greek\.|\.greek-|\.italian\.|\_italian\_|\.italian-|\.portuguese\.|\.iceland\.|\.iceland-|\.japan\.|\.japan-|\.norwegian\.|\.norwegian-|\.nordic\.|\.nordic-|\.holland\.|\.holland-|\_holland\_|\.hungarian-|\.hungarian\.|\.hundub-|\.hundub\.|\_Hungarian-|\_Hungarian\_|\.hentai\.|\.hentai-|\.fansubbed\.|\.fansubbed-|\.fansubbed_|\.fansub\.|\.finsub\.|\.heb\.|\.swe\.|\.swesub\.|\.swesub-|\.norsub\.|\.plsub\.|.\kordub\.|korsub\.|\.czsub-|\.nlsubs\.|\.subfrench\.|\.pldub\.|\.pldub-|\.custom\.|\.es-|\.jp\.|\.jap\.|\_jap\_|\.jpn\.|\_jpn\_|\_jp\_|\-jpn\-|\.nl\.|\.sp\.|\.fr\.|\.pl\.|\.pl-|\.kor\.|\-fr\-|\.satrip\.|\.xxx\.|\.mp3\.)/iS
if ($regex($1-,%p) || $regex($1-,%n) || $regex($1-,%u)) {
if (!$regex($4,%noshow) && !$regex($2,%noshow)) {
if (!$window(@Pr3INFO)) window -ng[2] @Pr3INFO
aline @Pr3INFO [[ $+ $asctime(h:nn) $+ ]] $1-
}
}
}
the format is,
[-PRE-]-[DVD-R]-(BlahBlahBlah.DVDR-Group)
[-PRE-]-[SVCD]-(BlahBlahBlah.SVCD-Group)
[-PRE-]-[XviD]-(BlahBlahBlah.DVDRiP.XViD-Group)
The bot has a level of 10 and its been added to my users list so it will only look for the bots announcements and not any1 else.
That is all working fine but when i edited it to match the new format it broke the filters and now its not blocking anymore so any help and tell me what i did wrong it would be great,TIA
