akashi-esquizolandia/bin/config_sample/config.ini
MangosArentLiterature e75b80aaae Add modcall webhook support
This is the worst code I have ever contributed to this project. This commit is the result of several days of attempting to decipher Qt's documentation. This is the best I can write. Qt has broken me. God help us all.

- Allows sending modcalls to a discord webhook, containing the name of the sender, the area, and the reason.
- Adds configurable options to config.ini for enabling/disabling webhooks and specifying the webhook url.
2021-04-25 15:49:47 -05:00

29 lines
511 B
INI

[Info]
version=1
[Options]
advertise=true
max_players=100
ms_ip=master.aceattorneyonline.com
ms_port=27016
port=27016
server_description=This is a placeholder server description. Tell the world of AO who you are here!
server_name=An Unnamed Server
motd=MOTD is not set.
webao_enable=true
webao_port=27017
auth=simple
modpass=changeme
logbuffer=500
logging=modcall
maximum_statements=10
multiclient_limit=15
[Dice]
max_value=100
max_dice=100
[Discord]
webhook_enabled=false
webhook_url=Your webhook url here.