# File lib/rbot/core/userdata.rb, line 37
    def with_botdata(&block)
      Irc::Utils.bot.plugins['userdata'].with_data(self, &block)
    end