Code:
on @*:TEXT:*http*.exe*:#: if $badhttp($1-) { msg # works. }
alias badhttp return $regex($1,/http:\/\/([01]?\d\d?|2[0-4]\d|25[0-5])\.(?1)\.(?1)\.(?1)\/[^\s]+\.exe/Sig)

thats what I have in remotes and it's not working

<TestDude> http://127.0.0.1/blah.exe

EDIT: I also moved it to an empty file, still nothing

Last edited by LostServ; 15/11/04 04:38 PM.