mIRC Homepage
Posted By: liquidx23 Using Tips - 26/05/15 11:17 AM
Hey guys,

what is the usage of activating the channel tips for "nick" exactly?

Regards
Posted By: FroggieDaFrog Re: Using Tips - 26/05/15 01:30 PM
A little box will appear on the bottom-right of your window's taskbar informing you that someone has changed their nickname
Posted By: liquidx23 Re: Using Tips - 26/05/15 04:47 PM
Oh, so "Nick" means tip when somebody changing his nickname, not a specific nick.

Thx for the information.
Posted By: Nillen Re: Using Tips - 26/05/15 05:20 PM
You can also script your own tips to pop up as desired.
You can read about it at
/help /tip
/help $tip

A basic example would be something like this:
Code:
on *:text:*:#: { 
var %nicks USER1 USER2 USER3
if ($istok(%nicks,$nick,32)) noop $tip(Message,$nick - #,$1-)
}
This would then give you a tip for whenever a user you added to a list says something in any channel.
Posted By: liquidx23 Re: Using Tips - 26/05/15 06:48 PM
OK thank you, but the standard tip for "nick" is only when someone in channel is changing the nick?
Posted By: Nillen Re: Using Tips - 26/05/15 07:42 PM
Yes, correct.
© mIRC Discussion Forums