From: Rajinder Yadav on 1 Jan 2010 07:07 Hi I am thinking about playing around with IRC Internert Relay Chat messaging, what are some good Ruby gems? Does anyone have experience with using any? Thanks! -- Kind Regards, Rajinder Yadav | http://DevMentor.org | Do Good! - Share Freely
From: Jan on 1 Jan 2010 07:16 [Note: parts of this message were removed to make it a legal post.] If you mean irc bot, try git://github.com/RISCfuture/autumn.git J On Fri, Jan 1, 2010 at 8:07 PM, Rajinder Yadav <devguy.ca(a)gmail.com> wrote: > Hi I am thinking about playing around with IRC Internert Relay Chat > messaging, what are some good Ruby gems? Does anyone have experience with > using any? Thanks! > > > -- > Kind Regards, > Rajinder Yadav | http://DevMentor.org | Do Good! - Share Freely > >
From: Rajinder Yadav on 1 Jan 2010 07:34 Jan wrote: > If you mean irc bot, try git://github.com/RISCfuture/autumn.git basically I want to be able to send and read IRC channel messages, you're saying the the Autumn bot framework should allow me to do this? > > J > > On Fri, Jan 1, 2010 at 8:07 PM, Rajinder Yadav <devguy.ca(a)gmail.com> wrote: > >> Hi I am thinking about playing around with IRC Internert Relay Chat >> messaging, what are some good Ruby gems? Does anyone have experience with >> using any? Thanks! >> >> >> -- >> Kind Regards, >> Rajinder Yadav | http://DevMentor.org | Do Good! - Share Freely
From: Simone D'Amico on 1 Jan 2010 07:37 Il giorno 01/gen/2010, alle ore 13.34, Rajinder Yadav ha scritto: > Jan wrote: >> If you mean irc bot, try git://github.com/RISCfuture/autumn.git > > basically I want to be able to send and read IRC channel messages, you're saying the the Autumn bot framework should allow me to do this? > >> J >> On Fri, Jan 1, 2010 at 8:07 PM, Rajinder Yadav <devguy.ca(a)gmail.com> wrote: >>> Hi I am thinking about playing around with IRC Internert Relay Chat >>> messaging, what are some good Ruby gems? Does anyone have experience with >>> using any? Thanks! >>> >>> >>> -- >>> Kind Regards, >>> Rajinder Yadav | http://DevMentor.org | Do Good! - Share Freely > > I tried Autumn but seems it is not compatible with latest gems. So I opened a socket and I do it on my own XD Simone D'Amico *nix powered sim(a)me.com
From: Phillip Gawlowski on 1 Jan 2010 07:51 On 01.01.2010 13:34, Rajinder Yadav wrote: > basically I want to be able to send and read IRC channel messages, > you're saying the the Autumn bot framework should allow me to do this? Since an IRC bot pretty much has to be able to read/write to an IRC channel, I'd say so. ;) However, I managed to dig up a Ruby tutorial, that uses an IRC client to write a program via TDD: http://grayproductions.net/ruby/first_steps.html I used it for learning TDD, and can recommend it. :) -- Phillip Gawlowski
|
Next
|
Last
Pages: 1 2 3 4 Prev: doubts about variables in ruby Next: [ANN] MountainWest RubyConf Proposal Deadline Extended |