需要一些有关使用 PERL 的 IRC BOTS 的信息

发布于 2024-11-09 17:57:00 字数 227 浏览 4 评论 0原文

有谁知道有一款用 Perl 编写的好 irc 机器人吗?

我只需要一个简单的登录到该频道,然后根据用户所说的内容进行回复。

例如

用户:

<tgwizman> !time

机器人回复

<BlahBot> The time is 4:38:54 AM

Does any one know of a good irc bot written in perl?

I just need a simple one that logs on to said channel, then replies things based on what the user says.

e.g.

The user:

<tgwizman> !time

The bot replies

<BlahBot> The time is 4:38:54 AM

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

¢好甜 2024-11-16 17:57:01

上次我制作 IRC 机器人时,我使用了 AnyEvent::IRC::Client。那里的示例可用于开始开发您自己的机器人。

Net::IRC 页面还建议了一些替代方案。

Last time I made an IRC bot I used AnyEvent::IRC::Client. The example there can be used to start developing your own bot.

Also Net::IRC page suggests some alternatives.

紧拥背影 2024-11-16 17:57:01

Bot::BasicBot CPAN 发行版 包含多个示例机器人。 使用 POE 的项目页面包含基于 POE 的 IRC 机器人列表。另请参阅此处的答案:CHATBOT:使用 Perl 编程聊天机器人

Bot::BasicBot CPAN distribution contains several example bots. Projects Using POE page contains lists of POE-based IRC bots. See also answers here: CHATBOT: Programming a chatbot with Perl

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文