]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/core/utils/extends.rb
revert previous useless commit and rdocify documentation of accessors to BotModule
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils / extends.rb
index 1f4fd6fe4fc2692eefe5d2a64dd222681ad3ce89..e9581bc0902a466039ce443003a31c0b7199d957 100644 (file)
@@ -366,10 +366,6 @@ 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.
         #