Making IRC bots is incredibly simple in Raku, thanks to IRC::Client
. It
allows you to create a very simple bot in about 20 lines of code. There's a
plugin system that allows easy re-use of code between multiple bots, and adding
customized features can be as easy as dropping in an anonymous class.
So, let's get to it!