Writing IRC bots with Perl's BasicBot
Bot Netiquette
Bots can be helpful, but they can also be very intrusive, especially if a bug is triggered. As a matter of consideration towards other IRC users and towards the IRC administrators, keep the following common sense rules in mind.
First, your bot should not flood channels. You must limit the rate at which your bot posts messages and prevent it from posting too many in a row. Bot::BasicBot has flood protection built in, so this should not be a big problem. The hellobot.pl
example presented in this article has flood protection disabled for testing, as you can see in line 30 (Listing 1).
Second, ask permission from the channel operator before letting your bot join their channel.
Third, some IRC servers don't allow bots, or do so only under certain conditions. Most IRC administrators will be fine with bots as long as they are not wreaking havoc, but you should read the rules of the server you are accessing. Don't connect a bot if it is unwanted.
Bots that log the activity on a channel or relay messages towards other networks are particularly troublesome. Some people might consider them a threat against their privacy. Be sure people know you are running the bot for the sake of transparency.
Conclusions
The BasicBot
Perl module allows you to create quick and dirty IRC bots in a matter of minutes. Anybody interested in developing bots using this module should have a look at the documentation [2]. It is quite easy to mix BasicBot
with other Perl modules in order to achieve more complex goals, such as fetching and posting news from websites. I have a small set of bots in my gopher site [3], which you can look at if you want more examples. See Table 1 for notes on the IRC channels referenced in this article.
Table 1
IRC Systems Used in the Examples
Server | Network | Comments |
---|---|---|
|
EFnet [4] |
For general chat |
|
Canternet [5] |
Built by and for My Little Pony fans |
|
freenode |
For computer chat and free software projects |
Infos
- Manage CPAN modules with cpanminus: https://www.linode.com/docs/development/perl/manage-cpan-modules-with-cpan-minus/
- Bot::BasicBot at Metacpan: https://metacpan.org/pod/Bot::BasicBot
- Rubén Llorente's gopher site: http://gopher://gopher.operationalsecurity.es
- EFnet IRC network: http://www.efnet.org/
- Canternet IRC network: https://www.canternet.org
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
SparkyLinux 6.6 Now Available for Installation
The Debian-based SparkyLinux has a new point release that retools the live USB desktop creator and other changes that give it shiny new-ness.
-
SparkyLinux 6.6 Now Available for Installation
The Debian-based SparkyLinux has a new point release that retools the live USB desktop creator and other changes that give it shiny new-ness.
-
Escuelas Linux 8.0 Now Available
Just in time for its 25th anniversary, the developers of Escuelas Linux have released the latest version.
-
LibreOffice 7.5 Loaded with New Features and Improvements
The favorite office suite of the Linux community has a new release that includes some visual refreshing and new features across all modules.
-
The Next Major Release of Elementary OS Has Arrived
It's been over a year since the developers of elementary OS released version 6.1 (Jólnir) but they've finally made their latest release (Horus) available with a renewed focus on the user.
-
KDE Plasma 5.27 Beta Is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.