Вопрос

I'd like to know if some sort of bot/tool/service exists that would allow people on (regular) IRC chat to me on gtalk

so: irc user X sends a pm to MyBot (f.e.); that pm forwards to me

a irc room to chat would also work fine (so everything said in channel #abc gets into my gtalk conversation with mybot@domain.com

hope I was clear enough for you to understand what I'm looking for and that anyone knows a way for me to solve it.

Thanks!

Это было полезно?

Решение

You can use PircBotX to create an IRC bot in Java yourself, and use pm events to send gtalk messages using any old Jabber library. A quick search finds me Smack.

I did something similar once, but I made two instances of PircBotX, one to connect to the IRC server, and another to connect to this special IRC server somewhere that was configured to automatically pass on messages to popular IM protocols. I can't seem to remember what that service was called, perhaps you'll have better luck.

Другие советы

Well, there's the hans-irc-gtalk bot which does something like that. People need to subscribe to the messages in order to get them from gtalk. Not sure how well supported the project is.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top