IServer Methods

AdiIRC API v2

IServer Methods

The IServer type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connect this IServer if it's not connected.
Public methodDisconnect
Disconnect this IServer if it's connected.
Public methodEvaluate
Evaluates identifiers in a script line to this IWindow.
(Inherited from IWindow.)
Public methodExecuteCommand
Executes a /command to this IWindow.
(Inherited from IWindow.)
Public methodOutputText
Outputs a message to this IWindow.
(Inherited from IWindow.)
Public methodSendFakeRaw
Sends raw data to the client IServer, use this to fake messages E.g when you want to replace something in a PRIVMSG
Public methodSendRaw
Sends raw data to the IServer.
Public methodSendRawData
Sends raw bytes to the IServer, bypasssing any encodings, AdiIRC is not aware when these messages are sent.
Top
See Also