Property | Type | Description | |
---|---|---|---|
Hostname | string | ||
Instances | Instance>.Dictionary | ||
IsActive | bool | ||
Network | |||
Nick | string | ||
Port | int | ||
PrimaryInstance | |||
Protocol | |||
TargetBuffer | Instance>.Dictionary |
Method | Description | |
---|---|---|
Connect ( ) : void | ||
ConnectAllIrcInstances ( ) : void | ||
CreateInstance ( string name, int port ) : |
Creates a new instance
|
|
Disconnect ( ) : void | ||
GetInstance ( ) : |
Return instance with lowest number of channels
|
|
Init ( ) : void |
Create this instance
|
|
Instance ( string name, int port ) : System |
Creates a new bot instance but not connect it to IRC
|
|
Join ( ) : void |
Join all channels
|
|
Kill ( ) : void | ||
QueueSize ( ) : int | ||
ShutDown ( ) : void |
Method | Description | |
---|---|---|
Exec ( ) : void | ||
JoinAll ( ) : void |
This is a private handler for channel joining, never call it directly, use Join() for that
|
public static ConnectAllIrcInstances ( ) : void | ||
return | void |
public static CreateInstance ( string name, int port ) : |
||
name | string | |
port | int | |
return |
public Instance ( string name, int port ) : System | ||
name | string | Name |
port | int | Port |
return | System |
public static Dictionary |
||
return | Instance>.Dictionary |
public static Instance,wmib PrimaryInstance | ||
return |