C# 클래스 TwitchBotLib.BotMain

파일 보기 프로젝트 열기: dram55/MarioMakerTwitchBot

공개 메소드들

메소드 설명
BotMain ( ) : System
StartBot ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BotMain() 공개 메소드

public BotMain ( ) : System
리턴 System

StartBot() 공개 메소드

public StartBot ( ) : void
리턴 void