-6

Is it possible to programm a custom IRC chat server / client in Ruby?

  • Is there any good documentation out there? (I mean the rfc docs are pretty much unreadable...)

  • Or are there any tutorials?

undur_gongor
  • 15,657
  • 5
  • 63
  • 75
Ko Ichi
  • 167
  • 1
  • 7
  • Great ! Was not sure about it. ^^ Do you have any advice / tutorial / documentation that could be helfull ? thanks for your quick answer ! – Ko Ichi Nov 23 '11 at 14:52
  • http://ruby-doc.org/docs/ProgrammingRuby/ and http://tools.ietf.org/html/rfc1459 – johannes Nov 23 '11 at 14:56
  • Thanks for the Programming in Ruby link, for the rfc doc, like I said in my original post, it's really unreadable...but i will try ! ^^ – Ko Ichi Nov 23 '11 at 15:03

1 Answers1

4

https://www.ruby-toolbox.com/categories/irc_bots

Reactormonk
  • 21,472
  • 14
  • 74
  • 123