| 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 |