C# Class Schumix.CalendarAddon.Commands.BanCommand

Inheritance: Schumix.Irc.Commands.CommandInfo
ファイルを表示 Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
BanCommand ( string ServerName ) : System
HandleBan ( IRCMessage sIRCMessage ) : void
HandleUnban ( IRCMessage sIRCMessage ) : void

Private Methods

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

Method Details

BanCommand() public method

public BanCommand ( string ServerName ) : System
ServerName string
return System

HandleBan() public method

public HandleBan ( IRCMessage sIRCMessage ) : void
sIRCMessage Schumix.Framework.Irc.IRCMessage
return void

HandleUnban() public method

public HandleUnban ( IRCMessage sIRCMessage ) : void
sIRCMessage Schumix.Framework.Irc.IRCMessage
return void