C# Class RoslynIrcBot.Bot

Afficher le fichier Open project: fekberg/Roslyn-IRC-Bot Class Usage Examples

Méthodes publiques

Méthode Description
Bot ( ) : System
Start ( ) : void

Private Methods

Méthode 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 méthode

public Bot ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void