我正在创建一个Swing,我想在JFrame中包含一个irc客户端。因此,我正在寻找一个可以轻松设置并放入JPanel中的库。但我在谷歌上找到的似乎都是在你的浏览器上运行的小应用程序。
发布于 2012-04-13 00:36:28
我已经成功地使用它构建了一个IRC机器人:http://www.jibble.org/pircbot.php
我也有用于IRC的库。
发布于 2013-07-14 18:47:41
有一个IDEA插件。IDEA是一个纯Swing应用程序,所以它可能很接近。
http://plugins.jetbrains.com/plugin/?id=1175
除此之外,你可以试试这个列表:
目前,有几个插件:
- Jira - resolves name, status and assignee from a Jira issue tracker. Configurable. Default config supports opensource repos: JBoss, Codehaus, Apache and others.
- Logger - logs IRC events to a DB. Has a web UI.
- Reservation - for reservation of resources over IRC. Has a web UI.
- WhereIs - looks for nicks in all channels, supports wildcards.
- Messenger - delivers messages to users which are offline when they connect ("answering machine").
- PasteBin - let's user paste text through PM, saves it, and posts a link to a web UI to the channel.
- AutoOp - gives op to users.
- Social - reacts to "Hi!" etc. Kind of [Hello World plugin](http://code.google.com/p/jawabot/wiki/HowToWriteIrcPlugin).
发布于 2016-03-02 01:13:25
我正在做一个安卓客户端,所以我需要一个IRC库,我不喜欢任何库,所以我做了我自己的库,它叫做BlueIRC,它是一个免费的开源软件
Link to Github,查看开发分支,JAR构建在build文件夹中
https://stackoverflow.com/questions/10127845
复制相似问题