d6825c4a92201ce697c580ba57c716e79df23b02
bash-irc-bot
A simple, modular IRC bot written in bash
Setup
-
Run the bot once to generate your config file:
./bot.sh -
Edit
bot.cfgwith your IRC server, channels, and bot settings- Configure multiple channels using an array:
channels=("channel1" "channel2") - Channel names should NOT include the # prefix
- Configure multiple channels using an array:
-
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 ....
Description
Languages
Shell
100%