Method: Cinch::Bot#handlers

Defined in:
lib/cinch/bot.rb

#handlersHandlerList (readonly)

The HandlerList, providing access to all registered plugins and plugin manipulation as well as calling handlers.

Returns:

See Also:

Since:

  • 2.0.0



110
111
112
# File 'lib/cinch/bot.rb', line 110

def handlers
  @handlers
end