C# Class Schumix.GameAddon.GameAddon

Inheritance: ISchumixAddon
ファイルを表示 Open project: Schumix/Schumix2

Public Methods

Method Description
Destroy ( ) : void
HandleHelp ( IRCMessage sIRCMessage ) : bool
Reload ( string RName, bool LoadConfig, string SName = "" ) : int
Setup ( string ServerName, bool LoadConfig = false ) : void

Private Methods

Method Description
Clean ( ) : void
CleanFunctions ( ) : void
HandleKick ( IRCMessage sIRCMessage ) : void
HandleLeft ( IRCMessage sIRCMessage ) : void
HandleMode ( IRCMessage sIRCMessage ) : void
HandleNewNick ( IRCMessage sIRCMessage ) : void
HandlePrivmsg ( IRCMessage sIRCMessage ) : void
HandleQuit ( IRCMessage sIRCMessage ) : void
InitIrcCommand ( ) : void
RemoveIrcCommand ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

HandleHelp() public method

public HandleHelp ( IRCMessage sIRCMessage ) : bool
sIRCMessage Schumix.Framework.Irc.IRCMessage
return bool

Reload() public method

public Reload ( string RName, bool LoadConfig, string SName = "" ) : int
RName string
LoadConfig bool
SName string
return int

Setup() public method

public Setup ( string ServerName, bool LoadConfig = false ) : void
ServerName string
LoadConfig bool
return void