C# Class TwitchBotLib.BotMain

Afficher le fichier Open project: dram55/MarioMakerTwitchBot

Méthodes publiques

Méthode Description
BotMain ( ) : System
StartBot ( ) : void

Private Methods

Méthode Description
DisplayConnectionError ( string server ) : void
DisplayMainMenu ( ) : void
HandleEventLoop ( IrcDotNet client ) : void
InitializeVariables ( ) : void
InvalidSubmission ( IrcChannel channel ) : void
IrcClient_Channel_MessageReceived ( object sender, IrcMessageEventArgs e ) : void
IrcClient_LocalUser_JoinedChannel ( object sender, IrcChannelEventArgs e ) : void
IrcClient_LocalUser_LeftChannel ( object sender, IrcChannelEventArgs e ) : void
IrcClient_Registered ( object sender, EventArgs e ) : void
OpenSettingsWindow ( ) : void
PlaySound ( string file ) : void
PostToWebsite ( ) : void
SaveLevel ( string comment ) : void
UpdateHTMLPage ( string fileName, string tempDir, string tempFile ) : void
WriteHTMLList ( ) : string

Method Details

BotMain() public méthode

public BotMain ( ) : System
Résultat System

StartBot() public méthode

public StartBot ( ) : void
Résultat void