
With recently-merged changes in ptgbot, it is no longer needed to post the whole room configuration in the bot configuration, it can be fully dynamically-configured. This shall simplify operations around the event. Change-Id: I422552fb4823aeb671ecfc14c3c248bf728713a5
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
{
|
|
"irc_nick": "<%= @nick %>",
|
|
"irc_pass": "<%= @password %>",
|
|
"irc_server": "irc.freenode.net",
|
|
"irc_port": 6697,
|
|
"irc_channel": "<%= @channel %>",
|
|
"db_filename": "/var/lib/ptgbot/www/ptg.json",
|
|
"log_config": "/etc/ptgbot/logging.config"
|
|
}
|