|
|
@ -199,7 +199,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
EVENT("OnIRC",""),
|
|
|
|
EVENT("OnIRC",""),
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
@doc: onchannelnictdepopuprequest
|
|
|
|
@doc: onchannelnickpopuprequest
|
|
|
|
@type:
|
|
|
|
@type:
|
|
|
|
event
|
|
|
|
event
|
|
|
|
@title:
|
|
|
|
@title:
|
|
|
@ -236,7 +236,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
|
|
|
|
Channel window
|
|
|
|
Channel window
|
|
|
|
@description:
|
|
|
|
@description:
|
|
|
|
@seealso:
|
|
|
|
@seealso:
|
|
|
|
[event:onchannelnictdepopuprequest]OnChannelNickPopupRequest[/event]
|
|
|
|
[event:onchannelnickpopuprequest]OnChannelNickPopupRequest[/event]
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
EVENT("OnChannelNickDefaultActionRequest","$0 = nick list"),
|
|
|
|
EVENT("OnChannelNickDefaultActionRequest","$0 = nick list"),
|
|
|
|
/*
|
|
|
|
/*
|
|
|
@ -534,13 +534,13 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
|
|
|
|
that can be performed with the nickname like querying , sending a file by dcc or opening a dcc.chat.
|
|
|
|
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.[br]
|
|
|
|
Please note that NOT ALL the nickname links will receive this event.[br]
|
|
|
|
The nickname links that appear in the text view of the channel that they are actually in
|
|
|
|
The nickname links that appear in the text view of the channel that they are actually in
|
|
|
|
are handled by the [event:onchannelnictdepopuprequest]OnChannelNickPopupRequest[/event] event.[br]
|
|
|
|
are handled by the [event:onchannelnickpopuprequest]OnChannelNickPopupRequest[/event] event.[br]
|
|
|
|
The nickname links that appear in the text view of the query in that they are a remote end
|
|
|
|
The nickname links that appear in the text view of the query in that they are a remote end
|
|
|
|
are handled by the [event:onquerynictdepopuprequest]OnQueryNickPopupRequest[/event] event.[br]
|
|
|
|
are handled by the [event:onquerynickpopuprequest]OnQueryNickPopupRequest[/event] event.[br]
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
EVENT("OnNickLinkPopupRequest","$0 = actual name\n$1 - visible name\n$2 - command name"),
|
|
|
|
EVENT("OnNickLinkPopupRequest","$0 = actual name\n$1 - visible name\n$2 - command name"),
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
@doc: onquerynictdepopuprequest
|
|
|
|
@doc: onquerynickpopuprequest
|
|
|
|
@type:
|
|
|
|
@type:
|
|
|
|
event
|
|
|
|
event
|
|
|
|
@title:
|
|
|
|
@title:
|
|
|
|