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
| |
FindChannel |
Finds the matching IChannel.
| |
FindUser |
Finds the matching User.
| |
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.
| |
Uptime |
Returns Server Uptime in milliseconds
if type = 1 returns a duration, if type = 2 returns a duration but without seconds, and if type = 3 returns seconds instead of milliseconds.
|