C# Class TwitchBotLib.BotMain

Exibir arquivo Open project: dram55/MarioMakerTwitchBot

Public Methods

Method Description
BotMain ( ) : System
StartBot ( ) : void

Private Methods

Method 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 method

public BotMain ( ) : System
return System

StartBot() public method

public StartBot ( ) : void
return void