From: Rajinder Yadav on
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
[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
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

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
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