You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
747 B
17 lines
747 B
3 years ago
|
[![CMake](https://github.com/JAJames/Jupiter-Bot/actions/workflows/cmake.yml/badge.svg)](https://github.com/JAJames/Jupiter-Bot/actions/workflows/cmake.yml)
|
||
|
|
||
|
Original ReadMe.txt, needs to be updated:
|
||
|
```
|
||
9 years ago
|
The command line for this application is as follows:
|
||
|
Bot.exe [-config Config.ini] [-pluginsdir Plugins\]
|
||
|
|
||
|
There are also many configuration options in the Config
|
||
|
file. Please read through these to get an idea of what
|
||
|
exactly you can actually configure the bot to do. If you
|
||
|
understand how to configure this bot, you can potentially
|
||
|
reduce all of your IRC bots down to a single instance.
|
||
|
|
||
|
Also: Take note that whenever the bot syncs the config
|
||
|
from memory to the file (such as when adding a setjoin),
|
||
|
all comments in the file are destroyed.
|
||
3 years ago
|
```
|