Method | Description | |
---|---|---|
BanCommand ( string ServerName ) : System | ||
HandleBan ( |
||
HandleUnban ( |
Method | Description | |
---|---|---|
GetDay ( string args ) : int | ||
GetHour ( string args ) : int | ||
GetMessage ( string args ) : string | ||
GetMinute ( string args ) : int | ||
GetMonth ( string args ) : string | ||
GetYear ( string args ) : int | ||
IsDay ( string args ) : bool | ||
IsHour ( string args ) : bool | ||
IsHourAndMinute ( string args ) : bool | ||
IsMessage ( string args ) : bool | ||
IsMinute ( string args ) : bool | ||
IsMonth ( string args ) : bool | ||
IsYear ( string args ) : bool |
public BanCommand ( string ServerName ) : System | ||
ServerName | string | |
return | System |
public HandleBan ( |
||
sIRCMessage | ||
return | void |
public HandleUnban ( |
||
sIRCMessage | ||
return | void |