C# Класс Dbot.Processor.ModCommander

Показать файл Открыть проект

Открытые методы

Метод Описание
ModCommander ( Message message, IEnumerable context, MessageProcessor messageProcessor ) : System
Run ( ) : void

Приватные методы

Метод Описание
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

Описание методов

ModCommander() публичный Метод

public ModCommander ( Message message, IEnumerable context, MessageProcessor messageProcessor ) : System
message Message
context IEnumerable
messageProcessor MessageProcessor
Результат System

Run() публичный Метод

public Run ( ) : void
Результат void