Plugins :: shell

Plugin: shell (created: 2008-05-25, modified: 2008-05-26)
Summary: Shell-like features, such as command interpolation
Author: hagabaka
Description: A plugin to add shell features to rbot. Currently only supported feature is command interpolation. For example, shell say #channel $(ping) Will substitute the response of the ping command, "pong", into $( ), and the resulting command, "say #channel pong" is executed. There can be multiple nested interpolations. Limitations: Only m.reply is considered a command's response. For example, if the say command is put in an interpolation, its response will be considered empty because it does not call m.reply. Please check git://github.com/hagabaka/rbot-plugins.git for updates
Installation Instructions: The treetop gem is required. You also need to apply patch under discussion at <http://groups.google.com/group/treetop-dev/browse_thread/thread/b684e061555cd3ca>, which hopefully will be integrated for the next release.
Back

Versions

Version Created Changelog Link
0.2 over 2 years ago '' Download
0.1 over 2 years ago '' Download