Click or drag to resize

IPluginHostOnStringDataReceived Event

Delegate gets called when any string 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 StringDataReceived OnStringDataReceived

Value

Type: AdiIRCAPIv2.DelegatesStringDataReceived
Remarks

You can modify the string args, AdiIRC will then parse this string. If the array is set to "", the raw message is ignored by AdiIRC.

Scripted Event Equivalent: on PARSELINE

See Also