Open funal125 opened 10 years ago
I’d love to look into this. I need some more information, though. Could you send me a screenshot or chat log of what you’re trying to do?
Thanks! Justin
On Jan 13, 2014, at 6:13 PM, Felix Chang notifications@github.com wrote:
Hi, I have set-up robut work with hipchat. It looks fun. But i found it did not response my message. If I use a guess or another account to join the chat room. it works. Is it possible to ask robut response to my message.
— Reply to this email directly or view it on GitHub.
Hello,
I am sorry to revive such an old thread, but I have a similar problem:
zen@will:~/robut$ ls -lah total 64K drwxrwxr-x 7 zen zen 4.0K May 9 02:57 . drwxr-xr-x 16 zen zen 4.0K May 9 03:24 .. drwxrwxr-x 2 zen zen 4.0K May 9 01:58 bin -rw-rw-r-- 1 zen zen 1.1K May 9 01:55 Chatfile drwxrwxr-x 2 zen zen 4.0K May 9 03:24 examples -rw-rw-r-- 1 zen zen 292 May 8 23:48 Gemfile -rw-rw-r-- 1 zen zen 1.1K May 8 23:48 Gemfile.lock drwxrwxr-x 8 zen zen 4.0K May 8 23:48 .git -rw-rw-r-- 1 zen zen 53 May 8 23:48 .gitignore drwxrwxr-x 3 zen zen 4.0K May 8 23:48 lib -rw-rw-r-- 1 zen zen 557 May 8 23:48 Rakefile -rw-rw-r-- 1 zen zen 6.4K May 8 23:48 README.rdoc -rw-rw-r-- 1 zen zen 854 May 9 02:57 robut.gemspec drwxrwxr-x 5 zen zen 4.0K May 8 23:48 test -rw-rw-r-- 1 zen zen 346 May 8 23:48 .travis.yml zen@will:~/robut$ cat examples/Chatfile
require 'robut/plugin/twss' require 'robut/storage/yaml_store' require 'robut/plugin/calc'
Robut::Plugin.plugins << Robut::Plugin::TWSS Robut::Plugin.plugins << Robut::Plugin::Calc
Robut::Connection.configure do |config|
config.jid = 'xxxx@xxxxxx/' config.password = '#######' config.nick = 'XX XX' config.room = '1_bottest@xxxxxxx'
Robut::Storage::YamlStore.file = ".robut" config.store = Robut::Storage::YamlStore
config.logger = Logger.new(STDOUT) end
Starts successfully: [Log Except]
Hey, sorry you're running into problems.
One thing that might help -- what's your robot's hipchat name? If you try to @-mention them, what does it get autocompleted to?
I have tried a custom name (@bot) and leaving it to defaults and calling it @robut but no response. does it matter if the user is logged in from more than 1 location? IE does robut ignore messages sent from the same user is logged in from? I tried logging all instances out but one and had another user login and test, but they couldn't trigger it either. Thanks for the fast reply. On May 9, 2014 4:01 PM, "Justin Weiss" notifications@github.com wrote:
Hey, sorry you're running into problems.
One thing that might help -- what's your robot's hipchat name? If you try to @-mention them, what does it get autocompleted to?
— Reply to this email directly or view it on GitHubhttps://github.com/justinweiss/robut/issues/39#issuecomment-42722400 .
It shouldn’t, but that’s something I honestly haven’t tried out.
Some other things to try:
Could you try enabling the Robut::Plugin::Lunch plugin and saying lunch?
in a room Robut’s in? That’s the only command I can think of off the top of my head that doesn’t require you to talk directly to robut.
Also, have you turned on logging? That will at least show you what robut sees, which has helped me see problems, especially when developing new plugins. I can also take a look at the end of the log file, if you want.
On May 9, 2014, at 4:05 PM, zenbound notifications@github.com wrote:
I have tried a custom name (@bot) and leaving it to defaults and calling it @robut but no response. does it matter if the user is logged in from more than 1 location? IE does robut ignore messages sent from the same user is logged in from? I tried logging all instances out but one and had another user login and test, but they couldn't trigger it either. Thanks for the fast reply. On May 9, 2014 4:01 PM, "Justin Weiss" notifications@github.com wrote:
Hey, sorry you're running into problems.
One thing that might help -- what's your robot's hipchat name? If you try to @-mention them, what does it get autocompleted to?
— Reply to this email directly or view it on GitHubhttps://github.com/justinweiss/robut/issues/39#issuecomment-42722400 .
— Reply to this email directly or view it on GitHub.
Hi, I have set-up robut work with hipchat. It looks fun. But i found it did not response my message. If I use a guess or another account to join the chat room. it works. Is it possible to ask robut response to my message.