Code:
on $*:text:/(Hello|Hey|Hi)/:#:{

Responds for some reason inside the TMI channel and wildcards break it.

Code:
  if ($read(C:\test.txt,n,$2)) {
    write -dl $+ $readn C:\test.txt
  }
} 

If I tell it to remove the 8th line (which would be the 8th letter then it removes the 9th =|

Last edited by Gargantuan; 31/01/15 08:45 PM.