Better command,!help and custom file

This commit is contained in:
azlux
2018-06-05 23:41:49 +02:00
parent 68bb98a65c
commit 4f1372697b
3 changed files with 21 additions and 12 deletions

View File

@ -36,6 +36,14 @@ chmod +x ./mumbleBot.py
The bot listen to the 8181 port so you should redirect to this one in you NAT configuration to let others peoples access the web interface. (DISABLED)
#### Custom commands
You can copy the file `configuration.default.ini` to `configuration.ini` and customize all variable.
you have the section :
- bot : basic configuration of the bot : comment, folder, volume at start ....
- command : you can customize the command you want for each action (if you put `help = helpme` , the bot will response to `!helpme` )
- readio : here you can have a list of default radio ( I can play a jazz radio with the command `!radio jazz`)
- strings : you can customize all string the bot can say.
2.TODO list