Click or drag to resize

IPluginHostSendFakeRaw Method

Sends raw data to the client IServer, use this to fake messages E.g when you want to replace something in a PRIVMSG

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
bool SendFakeRaw(
	IServer Server,
	string Data
)

Parameters

Server
Type: AdiIRCAPIIServer
IServer
Data
Type: SystemString
String

Return Value

Type: Boolean
True/False depending if the send was successful
See Also