This commit is contained in:
Storm Dragon
2025-10-24 21:35:41 -04:00
parent 3669e07a9a
commit a0afefadfd
20 changed files with 533 additions and 223 deletions

View File

@@ -10,7 +10,9 @@ A simple, modular IRC bot written in bash
./bot.sh
```
2. Edit `bot.cfg` with your IRC server, channel, and bot settings
2. Edit `bot.cfg` with your IRC server, channels, and bot settings
- Configure multiple channels using an array: `channels=("channel1" "channel2")`
- Channel names should NOT include the # prefix
3. Run the bot again:
```bash