mIRC Home    About    Download    Register    News    Help

Print Thread
#253109 26/05/15 11:17 AM
L
liquidx23
liquidx23
L
Hey guys,

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

Regards

#253112 26/05/15 01:30 PM
Joined: Apr 2010
Posts: 964
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 964
A little box will appear on the bottom-right of your window's taskbar informing you that someone has changed their nickname

#253116 26/05/15 04:47 PM
L
liquidx23
liquidx23
L
Oh, so "Nick" means tip when somebody changing his nickname, not a specific nick.

Thx for the information.

#253118 26/05/15 05:20 PM
Joined: Dec 2013
Posts: 771
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 771
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.

#253121 26/05/15 06:48 PM
L
liquidx23
liquidx23
L
OK thank you, but the standard tip for "nick" is only when someone in channel is changing the nick?

#253122 26/05/15 07:42 PM
Joined: Dec 2013
Posts: 771
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 771
Yes, correct.


Link Copied to Clipboard