Originally Posted by Epic
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 } }

This is perfect sir. Thanks.
Just a question:
Code
alias -l readfile { if ($read($pathfile,ntw,$1)) { return $readn }

What does ntw and readn is for? Is there a guide to study it?
Thanks.