Gerard Epema
Gerard Epema
@justinweiss, @will , I'm working on the same thing as you did to get a bot join a channel on invite. I've got most of it working. I'm seeing the...
Thanks so much > On Oct 14, 2016, at 13:06, Justin Weiss [email protected] wrote: > > Lucky me, I somehow still had my uncommitted code on this machine! I'll push...
The supplied code throws this error: ``` /home/y/lib64/ruby/gems/2.3.0/gems/robut-0.5.2/lib/robut/pm.rb:3:in `initialize': wrong number of arguments (given 2, expected 1) (ArgumentError) from /home/y/lib64/ruby/gems/2.3.0/gems/robut-0.5.2/lib/robut/connection.rb:96:in `new' from /home/y/lib64/ruby/gems/2.3.0/gems/robut-0.5.2/lib/robut/connection.rb:96:in `connect' from /home/y/bin64/robut_new:15:in `' ``` Here's my...
Hi Justin, You code example throws some errors. I added it to the branch. I was able to get it to work through your sample with some mods. I included...