autumn
autumn copied to clipboard
Easy, fresh, feature-rich IRC bots in Ruby
Fixes some bugs when trying to generate a new leaf: libs/generator.rb:61:in `leaf': uninitialized constant Autumn::Generator::Pathname (NameError) libs/coder.rb:158:in kind_of?: class or module required (TypeError) No such file or directory - leaves/fortune/views/about.txt.erb...
Successfully installed autum. Tried using the Insulter. Works without providing a name, but once I add one, it outputs the help text.
Bug was caused in commit ee38e8c5 (Manual style changes) Message would be set as nil when there was a message, as "stuff".presence => "stuff". Likewise if there was no message,...
I cloned a new copy, did a bundle install, and fire things up to see how the example scorekeeper worked, but I am struggling to get things functional. I did...
According to the documentation `each_leaf` yields an object of Autumn::Leaf. When I tried it out, I instead got an array with the name and the leaf itself.
I have three channels with people on its access list and I am trying to build a global hash with the nicks and their access level from all three channels....
Hi, I was wondering if it is possible to make autumn a gem so that we can import it on our projects in the same way we do for other...
I have implemented on my leaf the someone_did_join_channel event and I have noticed the following: 1. Channel Founder (+q) or Channel Admin (+a) joins the channel and gets the user...
Autumn crashes on netsplits here. I'm using it with Daemons and it does not appear in the channels after the netsplit, but the process is still running. The Logs don't...
Hi, exactly what I was looking for. A rails-based irc bot framework. :D Just cloned autumn today and installed all the data mapper gems (using latest 0.9.x versions) required. ruby...