Created
December 13, 2011 19:03
-
-
Save flexd/1473381 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kristoffer@dev:~/code/cinch$ ruby -I ./lib/ examples/plugins/memo.rb | |
/home/kristoffer/code/cinch/lib/cinch/storage/redis.rb:9:in `initialize': wrong number of arguments (1 for 2) (ArgumentError) | |
from /home/kristoffer/code/cinch/lib/cinch/storage/redis.rb:11:in `new' | |
from /home/kristoffer/code/cinch/lib/cinch/storage/redis.rb:11:in `initialize' | |
from /home/kristoffer/code/cinch/lib/cinch/plugin.rb:378:in `new' | |
from /home/kristoffer/code/cinch/lib/cinch/plugin.rb:378:in `initialize' | |
from examples/plugins/memo.rb:16:in `initialize' | |
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:11:in `new' | |
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:11:in `register_plugin' | |
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:16:in `block in register_plugins' | |
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:16:in `each' | |
from /home/kristoffer/code/cinch/lib/cinch/plugin_list.rb:16:in `register_plugins' | |
from /home/kristoffer/code/cinch/lib/cinch/bot.rb:268:in `start' | |
from examples/plugins/memo.rb:54:in `<main>' | |
kristoffer@dev:~/code/cinch$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment