C# Class HuxBot.IRCBot

Afficher le fichier Open project: HaxtonFale/HuxBot Class Usage Examples

Méthodes publiques

Свойство Type Description
uiRun bool
uiRunning bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetNickname ( ) : String
Résultat String

IRCBot() public méthode

public IRCBot ( IRCConfig config, bool save ) : System
config IRCConfig
save bool
Résultat System

ParseFromUI() public méthode

public ParseFromUI ( String destiny, String message ) : void
destiny String
message String
Résultat void

Say() public méthode

public Say ( string target, string message ) : void
target string
message string
Résultat void

rtimer_Elapsed() public méthode

public rtimer_Elapsed ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

uiRun public_oe property

public bool uiRun
Résultat bool

uiRunning public_oe property

public bool uiRunning
Résultat bool