Click or drag to resize

ChannelNotice Delegate

Delegate gets called when a IChannel recives a notice

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public delegate void ChannelNotice(
	IServer Server,
	IChannel Channel,
	IUser User,
	string Notice,
	out EatData Return
)

Parameters

Server
Type: AdiIRCAPIIServer
IServer
Channel
Type: AdiIRCAPIIChannel
IChannel
User
Type: AdiIRCAPIIUser
IUser
Notice
Type: SystemString
String
Return
Type: AdiIRCAPIEatData
EatData
See Also