mIRC Homepage
Posted By: alhammer if statement - 09/03/05 02:23 AM
What's the if statement to see wheather a user is in your IAL?
Posted By: tidy_trax Re: if statement - 09/03/05 02:24 AM
Code:
if ($ial(nick)) {  }
Posted By: alhammer Re: if statement - 09/03/05 03:14 AM
Thanks man! I got 1 more question, but it is probably very stupid. :tongue: How can you echo something so that you can see it in all windows? (ex: channel, status)
Posted By: NeUtRoN_StaR Re: if statement - 09/03/05 03:24 AM
-sa will do the active window and status
Posted By: alhammer Re: if statement - 09/03/05 03:38 AM
Ok. Thanks. But, I thought of a different way. How can use a popup like this:
Code:
$input(This User is Not on the Internal Address List!,oai,Error!)

I would like it to have the Error icon (yellow triangle) and have an OK button, and it will need to popup in front of a dialog. I know these differ by changing the "oai" stuff. There are many combinations. What would be the code for the one I just described?

By the way, welcome NeUtRoN_StaR!
Posted By: SladeKraven Re: if statement - 09/03/05 03:44 AM
Code:
$input(This User is Not on the Internal Address List!,dawo,Error!)
Posted By: alhammer Re: if statement - 09/03/05 12:54 PM
Great! Thanks man! I got another question. Where can I find a list of parameters used to open dialogs? EX: -mo, -dm
Posted By: Ddan Re: if statement - 09/03/05 01:06 PM
the help file is your friend smile

/help
Posted By: SladeKraven Re: if statement - 09/03/05 05:02 PM
/help /dialog

Always good to point them into the right part of the help file, it sometimes helps. smile
Posted By: alhammer Re: if statement - 10/03/05 12:22 AM
blush - grin
© mIRC Discussion Forums