IServer Methods |
The IServer type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Connect this IServer if it's not connected.
| |
Disconnect |
Disconnect this IServer if it's connected.
| |
Evaluate |
Evaluates identifiers in a script line to this IWindow.
(Inherited from IWindow.) | |
ExecuteCommand |
Executes a /command to this IWindow.
Using double slashes //command parses and executes the command as a script in this IWindow.
(Inherited from IWindow.) | |
OutputText |
Outputs a message to this IWindow.
(Inherited from IWindow.) | |
SendFakeRaw |
Sends raw data to the client IServer, use this to fake messages
E.g when you want to replace something in a PRIVMSG
| |
SendRaw |
Sends raw data to the IServer.
| |
SendRawData |
Sends raw bytes to the IServer, bypasssing any encodings, AdiIRC is not aware when these messages are sent.
|