C# 클래스 RoslynIrcBot.Bot

파일 보기 프로젝트 열기: fekberg/Roslyn-IRC-Bot 1 사용 예제들

공개 메소드들

메소드 설명
Bot ( ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
Client_OnQueryMessage ( object sender, IrcEventArgs e ) : void
Execute ( IrcEventArgs e, DataContext context, string commandText ) : void
HandlePastedCode ( IrcEventArgs e, DataContext context, string commandText ) : void
IsPasteUrl ( string text ) : bool
ProcessCommand ( IrcEventArgs e, DataContext context, string commandText ) : void
QueueCommand ( IrcEventArgs e, DataContext context, string commandText ) : void
RunInSandbox ( string code, IrcMessageData data ) : void
StartCodeService ( ) : void

메소드 상세

Bot() 공개 메소드

public Bot ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void