I'd like to write an irc bot. (please reply with a good irc client library and not a bot framework).
__
why the downvote? I simply like to know which libary is fairly decent and well maintained as there are quite a few ruby irc libraries.
I'd like to write an irc bot. (please reply with a good irc client library and not a bot framework).
__
why the downvote? I simply like to know which libary is fairly decent and well maintained as there are quite a few ruby irc libraries.
My friend used RBot.
I wrote my own. It's not hard to make.
You can find minimal bots' samples even on SO: My Ruby IRC bot doesn't connect to the IRC server. What am I doing wrong?