Need some info on IRC BOTS using PERL

后端 未结 2 1860
青春惊慌失措
青春惊慌失措 2021-01-26 04:49

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.

2条回答
  •  长发绾君心
    2021-01-26 04:59

    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.

提交回复
热议问题