Class | ::Bot |
In: |
lib/rbot/core/remote.rb
lib/rbot/core/utils/extends.rb lib/rbot/core/utils/filters.rb |
Parent: | Object |
This method processes the DataStream stream with the filters filter1, filter2, …, filterN, in sequence (the output of each filter is used as input for the next one. stream can be provided either as a DataStream or as a String and a Hash (see DataStream.new).
The bot also manages a single (for the moment) remote dispatcher. This method makes it accessible to the outside world, creating it if necessary.