mIRC Home    About    Download    Register    News    Help

Print Thread
#253109 26/05/15 11:17 AM
Joined: May 2015
Posts: 3
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: May 2015
Posts: 3
Hey guys,

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

Regards

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


I am SReject
My Stuff
liquidx23 #253116 26/05/15 04:47 PM
Joined: May 2015
Posts: 3
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: May 2015
Posts: 3
Oh, so "Nick" means tip when somebody changing his nickname, not a specific nick.

Thx for the information.

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


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
liquidx23 #253121 26/05/15 06:48 PM
Joined: May 2015
Posts: 3
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: May 2015
Posts: 3
OK thank you, but the standard tip for "nick" is only when someone in channel is changing the nick?

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


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net

Link Copied to Clipboard