Comments on: IRC in Ruby still sucks? Check out Net::YAIL, the choice of a new generation https://blog.nerdbucket.com/irc-ruby-net-yail/article How can a crappy site with boring games waste more space? Tue, 17 Mar 2026 22:52:59 +0000 hourly 1 https://wordpress.org/?v=4.9.6 By: Nerdmaster https://blog.nerdbucket.com/irc-ruby-net-yail/article/comment-page-1#comment-823 Wed, 24 Sep 2008 04:56:20 +0000 http://blog.nerdbucket.com/?p=81#comment-823 Glad to hear it! I really hope to get around to some serious work on YAIL now that a few people have given me some feedback, but I’m glad to see that the early releases are proving useful.

]]>
By: Brian https://blog.nerdbucket.com/irc-ruby-net-yail/article/comment-page-1#comment-788 Sun, 21 Sep 2008 00:03:22 +0000 http://blog.nerdbucket.com/?p=81#comment-788 I ‘ported’ _why’s Blimlimb to Yail. Rbot was a super pain to install and use. Yail, on the other hand, works pretty swell!

Thought you might like to see it.

http://github.com/bterlson/blimlimb/tree/master

]]>
By: defn https://blog.nerdbucket.com/irc-ruby-net-yail/article/comment-page-1#comment-144 Mon, 07 Jul 2008 04:02:48 +0000 http://blog.nerdbucket.com/?p=81#comment-144 joe’s comment is noted, but i think the way he phrases the comment is a bit counterproductive and misleading. “easy to use modules for IRC and other protocols have been about for other languages for many years.” nerdmaster, i applaud your efforts. as joe said, it might be worth looking into other implementations in other languages to get a feel for how to improve this. thanks for your work.

]]>
By: Nerdmaster https://blog.nerdbucket.com/irc-ruby-net-yail/article/comment-page-1#comment-140 Fri, 04 Jul 2008 03:50:52 +0000 http://blog.nerdbucket.com/?p=81#comment-140 I’d love to hear any ideas for improvements – the library is completely home-grown, built from hating IRCSocket’s first release. This is a good thing in that I know it does what I need, but a bad thing in that it was built for my one project and not for general use.

Obviously I think it has a lot of general use cases or I wouldn’t have released it, but it’s still at its heart a library I extracted from a single project.

]]>
By: joe https://blog.nerdbucket.com/irc-ruby-net-yail/article/comment-page-1#comment-133 Wed, 02 Jul 2008 22:55:01 +0000 http://blog.nerdbucket.com/?p=81#comment-133 While this looks like a step forward, this still looks extremely basic. It’s clearly not using async sockets or a proper event handler / callback system (or if it is something is very wrong somewhere). I wouldn’t go raving about it just yet these type of basic functionality / easy to use modules for IRC and other protocols have been about for other languages for many years.

]]>