IPluginHost.OnStringDataReceived Event

AdiIRC API v2

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.4 (2.0.1.4)
Syntax
event StringDataReceived OnStringDataReceived
Event OnStringDataReceived As StringDataReceived
 event StringDataReceived^ OnStringDataReceived {
	void add (StringDataReceived^ value);
	void remove (StringDataReceived^ value);
}
abstract OnStringDataReceived : IEvent<StringDataReceived,
    EventArgs>

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