Installation
Install gem
gem install 'robut-namaste'
Add these lines to your Chat
require 'namaste'
Robut::Plugin.plugins << Robut::Plugin::Namaste
Usage
@robut namaste me - returns quote
Contributing
- Fork it ( https://github.com/jhloa2/robut-namaste/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request