C# Class RoslynIrcBot.Bot

Show file Open project: fekberg/Roslyn-IRC-Bot Class Usage Examples

Public Methods

Method Description
Bot ( ) : System
Start ( ) : void

Private Methods

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

Method Details

Bot() public method

public Bot ( ) : System
return System

Start() public method

public Start ( ) : void
return void