Hello, I have a unknown error with my script.

I have added this to Nick List in popups:
Code:
.$iif($ulist($address($$1,1),2,1),$style(2)) Add:ctcp.admin.add $$1
.$iif($ulist($address($$1,1),2,1) == $null,$style(2)) Remove:ctcp.admin.delete $$1


And this code to aliases:
Code:
ctcp.admin.add {
  auser 2 $address($1,3)
  set %ctcp.admin on
  notice $1 You have been given ctcp access, this allows you to remote control this client by useing ctcp commands (e.g: /ctcp $me mode #channel +o $1)
  notice $1 Allowed commands: %ctcp.admin.allowed
}

ctcp.admin.delete ruser $address($1,3)


I can add maybe some people with the Nick List-button, then suddenly I get this error message. But if I choose a different nickname on the same channel it would often work, but if I go back to the previous nickname it would still not work:
Code:
* /auser: insufficient parameters (line 3, ctcp.ini)

Last edited by Deep3D; 23/08/16 02:56 AM.