ptgbot/config.json.sample
Adam Spiers f07cbb0bee Switch example IRC port to 6697
6667 doesn't work since SASL was introduced.

Change-Id: I3758ad5e8059e51b493066a32d8ac4e6b65e2a0e
2019-04-26 18:27:19 +01:00

9 lines
162 B
Plaintext

{
"irc_nick": "NICK",
"irc_pass": "",
"irc_server": "irc.freenode.net",
"irc_port": 6697,
"irc_channel": "#CHANNEL",
"db_filename": "html/ptg.json"
}