kameloso.plugins.chatbot

The Chatbot plugin is a diminishing collection of small, harmless features; like say/echo for simple repeating of text.

It's mostly legacy.

Members

Classes

ChatbotPlugin
class ChatbotPlugin

The Chatbot plugin provides trivial chat functionality.

Functions

onCommandSay
void onCommandSay(ChatbotPlugin plugin, IRCEvent event)

Repeats text to the channel the event was sent to.

onDance
void onDance(ChatbotPlugin plugin, IRCEvent event)

Does the bash.org dance emotes.

selftest
auto selftest(ChatbotPlugin plugin, Selftester s)

Performs self-tests against another bot.

Structs

ChatbotSettings
struct ChatbotSettings

Settings for a chatbot, to toggle its features.

See Also

Meta