C# Class HuxBot.IRCBot

Exibir arquivo Open project: HaxtonFale/HuxBot Class Usage Examples

Public Properties

Property Type Description
uiRun bool
uiRunning bool

Public Methods

Method Description
GetNickname ( ) : String
IRCBot ( IRCConfig config, bool save ) : System
ParseFromUI ( String destiny, String message ) : void
Say ( string target, string message ) : void
rtimer_Elapsed ( object sender, System e ) : void

Private Methods

Method Description
GenerateHTMLlist ( string type = "table" ) : void
IRCWork ( ) : void
IsListed ( string test ) : bool
LoadTriggers ( string path ) : void
SendData ( string cmd, string param = null, string message = null ) : void
SendMaster ( string text ) : void
SortList ( ) : void
StartUI ( ) : void
WriteFile ( string str, string sender ) : void

Method Details

GetNickname() public method

public GetNickname ( ) : String
return String

IRCBot() public method

public IRCBot ( IRCConfig config, bool save ) : System
config IRCConfig
save bool
return System

ParseFromUI() public method

public ParseFromUI ( String destiny, String message ) : void
destiny String
message String
return void

Say() public method

public Say ( string target, string message ) : void
target string
message string
return void

rtimer_Elapsed() public method

public rtimer_Elapsed ( object sender, System e ) : void
sender object
e System
return void

Property Details

uiRun public_oe property

public bool uiRun
return bool

uiRunning public_oe property

public bool uiRunning
return bool