C# Class Dbot.Processor.ModCommander

Afficher le fichier Open project: destinygg/bot

Méthodes publiques

Méthode Description
ModCommander ( Message message, IEnumerable context, MessageProcessor messageProcessor ) : System
Run ( ) : void

Private Methods

Méthode Description
Add ( GroupCollection g, string category, double>.IDictionary externalDictionary, string success, string fail ) : void
BanBuilder ( string number, string unit, string nick, string reason, bool ip ) : void
BanTime ( string stringInt, string s, bool ip = false ) : System.TimeSpan
Delete ( GroupCollection g, string category, double>.IDictionary externalDictionary, string name ) : void
LoadCommandDictionary ( ) : void
Send ( string message ) : void

Method Details

ModCommander() public méthode

public ModCommander ( Message message, IEnumerable context, MessageProcessor messageProcessor ) : System
message Message
context IEnumerable
messageProcessor MessageProcessor
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void