Skip to main content

Crate ircbot_macros

Crate ircbot_macros 

Source
Expand description

Procedural macros for the ircbot framework.

These macros are re-exported by the ircbot crate — refer to its documentation for usage.

Attribute Macros§

bot
Derive-like attribute that turns an impl block into a runnable IRC bot.
command
Registers the annotated method as a command handler inside a #[bot] impl block.
on
Registers the annotated method as an event handler inside a #[bot] impl block.