mIRC Homepage
Posted By: Deep3D How to hide line/commands in popup - 02/02/08 03:15 AM
How to hide this isted of "deactivate"? Can't find any help in /help or forum search.

.$iif($ulist($address($$1,1),2,1),$style(2)) Adduser:ctcp.admin.add $$1
Just have at least one side of the : evaluate to $null

ie.
Code:
.$iif($ulist($address($$1,1),2,1),$null, Adduser):ctcp.admin.add $$1
Posted By: Deep3D Re: How to hide line/commands in popup - 02/02/08 12:44 PM
If I dont have IRC Operator mode on a server, how to hide this?

My scripting has gone rusty! Just started up again. smile

$iif($what?)IRC Operator:/command
Posted By: RoCk Re: How to hide line/commands in popup - 02/02/08 04:54 PM

.$iif(o isin $usermode,IRC Operator):/command

~ Edit ~
Forgot about the $usermode identifier.

© mIRC Discussion Forums