Hi, I've been trying to make a script that will trigger when someone says a specific link.
But I've failed to find anything that fixes the issue, not in the help files or on the forums. I
probably don't know the exact terms to search for. It triggers on every message and compares the
message to a .txt file. When someone says "www.google.com" then it works fine but it fails to
trigger if someone says "Hello www.google.com" etc. Anyone have any suggestions?

Code:
on *:text:*:#: {
  if ($read(C:\Users\RANDOM\AppData\Roaming\mIRC\■RANDOM\Blacklist.txt, nw, $1-)) {
    if $me isop # { 


P.S: "■" is symbol that the site doesn't figure out for some reason.

Last edited by Gargantuan; 29/01/15 04:23 AM.