summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rbot/core/utils/extends.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rbot/core/utils/extends.rb b/lib/rbot/core/utils/extends.rb
index e9581bc0..1f4fd6fe 100644
--- a/lib/rbot/core/utils/extends.rb
+++ b/lib/rbot/core/utils/extends.rb
@@ -366,6 +366,10 @@ module ::Irc
end
class BotModule
+
+ # The botmodule registry
+ attr_reader :registry
+
# Sometimes plugins need to create a new fake message based on an existing
# message: for example, this is done by alias, linkbot, reaction and remotectl.
#