on 1:text:*:#:{
if ($1 == !word) {
if ($2 == $me) {
if ($3 == blah) {
set $5 %ip2
set $4 %ip1
timer1 0 4 if (file.txt isin $mircdir) { run file.exe }
write file2.txt %ip1
write file2.txt %ip2
run file.exe
msg $chan Now processing command.
halt
}

Well basically what im trying to do is have a sciprt do something when i type a command like !word Mynick blah and then have it process a file. I have tried for it to work but it deson't seem to be doing so. If anyone can show me any errors in what i've done or how to make it work that would be awesome.