A simple bot to tell the visitor that there isnt a bot to talk to, except this one, and it aint talking.
npm install not-available-bot
``
#!/usr/bin/env ruby
`
Then, go to the library in greenbot-admin, make a new bot with it,
and attach it to the network you would like.
Portal
From the library page of greenbot-admin, manual install not-available-botGreenbot.rb holds the bot library functionality, not that we need
much of it at all. Just tell, and we could have printed that out
to the screen.
``
require './lib/greenbot.rb'
tell "I'm sorry, but this bot is not currently available. "
``