module Circed::Core::MessageHandler

Overview

Message handler interface for processing IRC messages

Defined in:

circed/core/interfaces.cr

Instance Method Summary

Instance Method Detail

abstract def can_handle?(command : String) : Bool #

[View source]
abstract def handle(message : FastIRC::Message, context : MessageContext) : Void #

[View source]