Documentation
¶
Overview ¶
Package listeners provides core event listeners for the bot, such as update classification and command parsing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Classifier ¶
func Classifier(emitter eventemitter.EventEmitter) eventemitter.Listener
Classifier returns a listener that analyzes incoming updates and emits more specific events based on the update content.
func CommandParser ¶
func CommandParser(emitter eventemitter.EventEmitter, botName string) eventemitter.Listener
CommandParser returns a listener that detects bot commands in messages and emits OnCommand events.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.