Module | ::Bot::Plugins::RemoteBotModule |
In: |
lib/rbot/core/remote.rb
|
We create a new Ruby module that can be included by BotModules that want to provide remote interfaces
The remote_map acts just like the BotModule#map method, except that the map is registered to the @bot‘s remote_dispatcher. Also, the remote map handle is handled for the cleanup management