diff options
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/plugins.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index 9d633c1b..5280a117 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -130,6 +130,8 @@ module Plugins class BotModule attr_reader :bot # the associated bot + attr_reader :registry # the plugin registry + attr_reader :handler # the message map handler # Initialise your bot module. Always call super if you override this method, # as important variables are set up for you: |