Skip to content

Posts tagged ‘bash’

17
Nov

Biibot, a bash bot based on II

I was on the IRC channel #debian-es-cachondeo yesterday, talking with @Kumul about II and his rc-based bot and I decided to show him the power of bash. In a few minutes I uploaded to my github a first version of what I think is a nice bot, configurable and scalable, with no useful features… But you can add your own!

First of all, let’s see what it does:

  • Manage multiple servers with independent channels
  • Enable-disable commands at runtime
  • Nice configuration file
  • Admin user ACL
  • Process management
Nice features for a 15 minutes made irc bot, aren’t they? =)
It manages multiple servers’ channels in a tricky manner. I’m going to lose a few moments trying to explain briefly this.