OnNickLinkPopupRequest
Nick link popup customization
Parameters
$0 = Actual name
$1 = Visible name
$2 = Command name
Window
The window that the user has clicked in
Description
Actual name is equal to the command name if command name is not null. Visible name is the link text (as it shown by user) Command name is set if the visible name differs with the actual link target (e.g. probably contains mIRC colors). It is equal to the actual target name. This event is triggered when a user has right clicked on an unknown nickname link in the text view.
This is a good place to show a popup menu with some operations that can be performed with the nickname like querying, sending a file by DCC or opening a dcc.chat. Please note that not all the nickname links will receive this event.
The nickname links that appear in the text view of the channel that they are actually in are handled by the onchannelnickpopuprequest event.
The nickname links that appear in the text view of the query in that they are a remote end are handled by the onquerynickpopuprequest event.

Index, Events