Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Netty 是一个您可能想了解的事件驱动的 IO 框架。
Netty is an event-driven IO framework you might want to look at.
irc-api,一个设计良好的 Java IRC API,提供了其他 IRC API 不具备的一些功能't(如异步命令)。主要功能包括:
您可能想尝试一下!
irc-api, a well designed Java IRC API that offers some features other IRC APIs don't (like asynchronous commands). Main features are:
You might wanna give it a try!
我已经编写了您在评论中提到的这样的框架:
JawaBot 2.x 是一款具有 IRC 和 Web UI 的可插入独立应用程序,旨在将多种功能置于一个机器人下,同时仍然保持代码结构的合理性。 Maven化。
目前,有几个插件:
如果你不喜欢这个,你可以尝试 PircBotX,它试图修复 PircBot 的错误设计。
其他选项列表也在这里:用 Java 构建 IRC 机器人
I've already written such framework you mention in comment:
JawaBot 2.x is a pluggable standalone application with IRC and web UI which aims to put multiple functionalities under one bot, while still keeping the structure of the code sane. Mavenized.
Currently, there are few plugins:
If you're not into that, you may try PircBotX which tries to fix PircBot's wrong design.
List of other options is also here: Building an IRC bot in Java