C# Class Dbot.Processor.ModCommander

Datei anzeigen Open project: destinygg/bot

Public Methods

Method Description
ModCommander ( Message message, IEnumerable context, MessageProcessor messageProcessor ) : System
Run ( ) : void

Private Methods

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

public ModCommander ( Message message, IEnumerable context, MessageProcessor messageProcessor ) : System
message Message
context IEnumerable
messageProcessor MessageProcessor
return System

Run() public method

public Run ( ) : void
return void