Method: Cinch::Bot#handlers
- Defined in:
- lib/cinch/bot.rb
#handlers ⇒ HandlerList (readonly)
The HandlerList, providing access to all registered plugins and plugin manipulation as well as calling handlers.
110 111 112 |
# File 'lib/cinch/bot.rb', line 110 def handlers @handlers end |