Click or drag to resize

IPluginHostSendCommand Method

Send a /command to a Window, window can be IServer, IChannel or IUser

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
bool SendCommand(
	Object Window,
	string Command,
	string Args
)

Parameters

Window
Type: SystemObject
Object
Command
Type: SystemString
String
Args
Type: SystemString
String

Return Value

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