C# Класс AsciiArt.AsciiArt

Plugin to send various ASCII-Art images.
Наследование: Kiwana.Api.Plugin
Показать файл Открыть проект

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

Метод Описание
HandleLine ( List ex, string recipient, string command, bool userAuthorized, bool console ) : void

Accepts the NewLine event of the Kiwana class.

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

Метод Описание
_sendArt ( string recipient, string art ) : void

Iterates through the array containing the ASCII-Art piece.

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

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

Accepts the NewLine event of the Kiwana class.
public HandleLine ( List ex, string recipient, string command, bool userAuthorized, bool console ) : void
ex List The line from the server, split at spaces.
recipient string The channel or user the message came from. Empty when from console.
command string The normalized command. Empty if there's no command.
userAuthorized bool Whether the user sending the command is authorized. False if there's no command.
console bool Whether the line came from the console.
Результат void