A few updates, cleanup updated weather module.

This commit is contained in:
Storm Dragon
2025-10-24 17:14:52 -04:00
parent 221e14a85a
commit 3669e07a9a
43 changed files with 794 additions and 153 deletions

View File

@@ -3,7 +3,23 @@ bash-irc-bot
A simple, modular IRC bot written in bash
throw "modules" into /modules/module-name/module-name.sh
## Setup
1. Run the bot once to generate your config file:
```bash
./bot.sh
```
2. Edit `bot.cfg` with your IRC server, channel, and bot settings
3. Run the bot again:
```bash
./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 ....
Call modules with botname: test arg1 arg2 ....