A few updates, cleanup updated weather module.
This commit is contained in:
20
README.md
20
README.md
@@ -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 ....
|
||||
|
||||
Reference in New Issue
Block a user