C# Класс Bot.Modules.github

Наследование: Module
Показать файл Открыть проект

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

Метод Описание
control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void

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

Метод Описание
get_user_info ( bot ircbot, string uri, string title, string description, string assignee, List labels ) : string
post_issue ( bot ircbot, string uri, string title, string description, string assignee, List labels ) : string

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

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

public control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void
ircbot bot
Conf BotConfig
line string
command string
nick_access int
nick string
channel string
bot_command bool
type string
Результат void