Files
stormbot/README.md
2025-10-24 17:14:52 -04:00

441 B

bash-irc-bot

A simple, modular IRC bot written in bash

Setup

  1. Run the bot once to generate your config file:

    ./bot.sh
    
  2. Edit bot.cfg with your IRC server, channel, and bot settings

  3. Run the bot again:

    ./bot.sh
    

Modules

Throw "modules" into /modules/module-name/module-name.sh and they will be loaded up during runtime.

Call modules with botname: test arg1 arg2 ....