Click or drag to resize

IServerSendFakeRaw 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(
	string Data
)

Parameters

Data
Type: SystemString
String

Return Value

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