如何链接 IRC 和 Google Talk?
我正在寻找一种将 IRC 链接到 Google Talk 的方法。
目前,我们使用 Partychatapp for google talk,并且希望找到一种方法来迁移到使用 IRC。
我们的愿景是让每个人都在 IRC 房间里,我们将能够拥有一个谷歌谈话机器人,人们可以用它来与房间交谈。
有这样的事情存在吗?
I am looking for a way to link IRC to Google Talk.
At the moment we use Partychatapp for google talk and we'd like to find a way to migrate to using IRC.
The vision is to have everyone in an IRC room and we'd be able to have a google talk bot people could use to talk to the room.
Does anything like this exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要 bitlbee。它对于 IRC 客户端来说就像是一个 IRC 服务器,对于其他 IM 协议来说就像是一个网关。
You want bitlbee. It looks like an IRC server to IRC clients and gateways to other IM protocols.
我编写了一个应用程序,它正是这样做的: https://github.com/PaulFreund/I2X
多个用户每天都使用它,并且有一些想法可以进一步扩展它。
目前,它登录到 XMPP 帐户和 IRC 频道,并在两者之间进行转换。它按原样工作没有问题,但可能会更好,如果有更多用户,我可能对进一步开发它更有兴趣。
I wrote an application that does exactly this: https://github.com/PaulFreund/I2X
Multiple Users use it on a daily base and there are Ideas to expand it further.
At the moment it logs on to a XMPP account and to an IRC channel, and translates between the two. It works as-is without problems but could be better, if there were more users I probably had more interrest in developing it further.
几年前我和bitlbee一起玩过。除非进行更改,否则它实际上并不是一个 IRC 服务器,它只是假装是一个 IRC 服务器。它为 jabber 服务器提供了一个 irc 风格的代理,因此您可以使用您最喜欢的 IRC 客户端通过 bitlbee 连接到 jabber 服务器。
I played with bitlbee a few years ago. Unless it's changed, it's not actually an IRC server, it just pretends to be one. It provides an irc-flavored proxy to the jabber server, so you can use your favorite IRC client to connect to a jabber server via bitlbee.