Skip to content

Instantly share code, notes, and snippets.

@aburgd
Created May 20, 2016 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aburgd/06ab3d0b540c06b9d85f316267ea6f4b to your computer and use it in GitHub Desktop.
Save aburgd/06ab3d0b540c06b9d85f316267ea6f4b to your computer and use it in GitHub Desktop.
bot.rb:53: warning: assigned but unused variable - characters
bot.rb:76: warning: assigned but unused variable - characters
/home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/logger/formatted_logger.rb:44: warning: character class has duplicated range: /[^[:print:][:space:]]/
/home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/logger/formatted_logger.rb:44: warning: character class has duplicated range: /[^[:print:][:space:]]/
[2016/05/20 01:12:43.803] !! [on handler] Registering handler with pattern `#<Cinch::Pattern:0x000000023d6600 @prefix=/^/, @pattern=/!hi/, @suffix=/$/>`, reacting on `message
`
[2016/05/20 01:12:43.804] !! [on handler] Registering handler with pattern `#<Cinch::Pattern:0x000000023d5a98 @prefix=nil, @pattern=/^\!time (.+?)/, @suffix=nil>`, reacting o
n `message`
[2016/05/20 01:12:43.804] !! [on handler] Registering handler with pattern `#<Cinch::Pattern:0x000000023d4eb8 @prefix=/^/, @pattern=/!help/, @suffix=/$/>`, reacting on `messa
ge`
[2016/05/20 01:12:43.805] !! [plugin] scooby: Registering executor with pattern `#<Cinch::Pattern:0x000000023d43a0 @prefix=/^!/, @pattern="scooby", @suffix=nil>`, reacting on
`message`
[2016/05/20 01:12:43.805] !! [on handler] Registering handler with pattern `#<Cinch::Pattern:0x000000023d43a0 @prefix=/^!/, @pattern="scooby", @suffix=nil>`, reacting on `mes
sage`
[2016/05/20 01:12:43.805] !! [plugin] sonic: Registering executor with pattern `#<Cinch::Pattern:0x000000023d2c08 @prefix=/^!/, @pattern="sonic", @suffix=nil>`, reacting on `
message`
[2016/05/20 01:12:43.806] !! [on handler] Registering handler with pattern `#<Cinch::Pattern:0x000000023d2c08 @prefix=/^!/, @pattern="sonic", @suffix=nil>`, reacting on `mess
age`
[2016/05/20 01:12:43.806] !! [plugin] randy: Registering executor with pattern `#<Cinch::Pattern:0x000000023cf468 @prefix=/^!/, @pattern="rand", @suffix=nil>`, reacting on `m
essage`
[2016/05/20 01:12:43.806] !! [on handler] Registering handler with pattern `#<Cinch::Pattern:0x000000023cf468 @prefix=/^!/, @pattern="rand", @suffix=nil>`, reacting on `messa
ge`
/home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/plugin_list.rb:11:in `initialize': no implicit conversion of Cinch::Bot into Integer (TypeError)
from /home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/plugin_list.rb:11:in `new'
from /home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/plugin_list.rb:11:in `register_plugin'
from /home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/plugin_list.rb:16:in `block in register_plugins'
from /home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/plugin_list.rb:16:in `each'
from /home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/plugin_list.rb:16:in `register_plugins'
from /home/nitrous/.rvm/gems/ruby-2.2.1/gems/cinch-2.3.2/lib/cinch/bot.rb:239:in `start'
from bot.rb:106:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment