Nick Delegate

AdiIRC API v2

Nick Delegate

Delegate gets called when a IUser changes their nick

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public delegate void Nick(
	NickArgs argument
)
Public Delegate Sub Nick ( 
	argument As NickArgs
)
public delegate void Nick(
	NickArgs^ argument
)
type Nick = 
    delegate of 
        argument : NickArgs -> unit

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ContextlessNickArgs
NickArgs
Remarks
Scripted Event Equivalent: on NICK
See Also