Click or drag to resize

IPluginHost.OnRawBytesReceived Event

Delegate gets called when any raw data is recieved from an IServer

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
event RawBytesReceived OnRawBytesReceived

Value

Type: AdiIRCAPIv2.Delegates.RawBytesReceived
Remarks

You can modify the byte array args, AdiIRC will then parse this array with the proper encoding. If the array is set to null or zero bytes, the raw message is ignored by AdiIRC.

Scripted Event Equivalent: on PARSELINE

See Also