프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultInstance | string | ||
ExtensionObjects | object>.Dictionary | ||
HasFreshUserList | bool | ||
IgnoreUnknown | bool | ||
Infobot_IgnoredNames | List |
||
IrcChannel | libirc.Channel | ||
Language | string | ||
Name | string | ||
Password | string | ||
RespondMessage | bool | ||
RespondWait | int | ||
SharedChans | List |
||
SharedDB | string | ||
SharedLinkedChan | List |
||
Suppress | bool | ||
SuppressWarnings | bool | ||
SystemUsers | |||
TimeOfLastMsg | System.DateTime |
메소드 | 설명 | |
---|---|---|
Channel ( string name ) : System |
Initializes a new instance of the wmib.Channel class.
|
|
ConfigExists ( string _Channel ) : bool |
Returns true if this channel is already existing in memory
|
|
ContainsUser ( string name ) : bool |
Return true if user is present in channel
|
|
Extension_GetConfig ( string key, string missing = null ) : string |
Retrieve a config
|
|
Extension_SetConfig ( string name, string data ) : void |
Change the config
|
|
GetChannel ( ) : libirc.Channel | ||
GetConfigFilePath ( ) : string | ||
GetConfigFilePath ( string _Channel ) : string | ||
InitializeShares ( ) : int |
Return number of channels that infobot share db with
|
|
LoadConfig ( ) : void | ||
RegisterObject ( object Ob, string Nm ) : bool |
Register a new object in memory
|
|
Remove ( ) : void |
Remove all refs
|
|
RetrieveObject ( string name ) : object |
Get an object created by extension of name
|
|
RetrieveUser ( string nick ) : libirc.User | ||
SaveConfig ( ) : void |
Save config
|
|
UnregisterObject ( string Nm ) : bool |
Remove object from memory
|
메소드 | 설명 | |
---|---|---|
RefetchChannel ( ) : void |
메소드 | 설명 | |
---|---|---|
InsertData ( string key, string value, |
public static ConfigExists ( string _Channel ) : bool | ||
_Channel | string | |
리턴 | bool |
public Extension_GetConfig ( string key, string missing = null ) : string | ||
key | string | |
missing | string | |
리턴 | string |
public Extension_SetConfig ( string name, string data ) : void | ||
name | string | |
data | string | |
리턴 | void |
public static GetConfigFilePath ( string _Channel ) : string | ||
_Channel | string | |
리턴 | string |
public RegisterObject ( object Ob, string Nm ) : bool | ||
Ob | object | Data |
Nm | string | Name |
리턴 | bool |
public UnregisterObject ( string Nm ) : bool | ||
Nm | string | Name of object |
리턴 | bool |