I have edited and improved your code. Try using this variant:
Code
menu nicklist {
  •NOTICELOCKER•
  .LOCK $1 : if (!$readfile($1)) { write -i $pathfile $1 | echo 4 LOCK: $1 }
  .UNLOCK $1 : if ($readfile($1)) { write $+(-dl,$v1) $pathfile | ignore -r $1 | echo 3 UNLOCK: $1 }
  .-
  .LIST: ignore -ln
}

on *:NOTICE:*:?: if ($readfile($nick)) { .notice $nick NOTICE NOT ALLOWED !!! | ignore -n $nick }

alias -l pathfile { return addons/noticeblocked.txt }
alias -l readfile { if ($read($pathfile,ntw,$1)) { return $readn } }


🌐 https://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples