Click or drag to resize

IPluginHostOnStringDataSent Event

Delegate gets called when any string data is sent to the IServer.

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

Value

Type: AdiIRCAPIv2.DelegatesStringDataSent
Remarks

You can modify the string args, AdiIRC will then send the modified string to the server. If the string is set to "", the raw message is ignored by AdiIRC.

Scripted Event Equivalent: on PARSELINE

See Also