Closed alex-espinoza closed 10 years ago
Sorry about that :-/
Yeah, Robut should have its own HipChat account. It acts like a normal user, listening for chat messages and responding.
For the HashStore
thing, could you try including the file in your Chatfile
?
require 'robut/storage/hash_store'
The plugins / storage engines aren't autoloaded, so you have to specify which one you want.
Ah, that seemed to do the trick. Is it cool if I send in a pull request to update the documentation a bit?
Absolutely! That’d be really helpful.
On Oct 15, 2014, at 9:20 AM, Alex Espinoza notifications@github.com wrote:
Ah, that seemed to do the trick. Is it cool if I send in a pull request to update the documentation a bit?
— Reply to this email directly or view it on GitHub https://github.com/justinweiss/robut/issues/45#issuecomment-59232958.
When trying to start up my bot with: "robut Chatfile" I am getting the following error:
Here is my Chatfile:
and my config.ru
I have tried leaving the config.password as a blank string as I don't know if it is the room's password or the bot account's password. But nowhere in the documentation does it say a bot account needs to be set up? Kind of confusing.