Switch example IRC port to 6697
6667 doesn't work since SASL was introduced. Change-Id: I3758ad5e8059e51b493066a32d8ac4e6b65e2a0e
This commit is contained in:
parent
4b30f5224e
commit
f07cbb0bee
@ -172,7 +172,7 @@ Edit config.json contents, for example::
|
||||
{
|
||||
"irc_nick": "ptgbot",
|
||||
"irc_server": "irc.freenode.net",
|
||||
"irc_port": 6667,
|
||||
"irc_port": 6697,
|
||||
"irc_channel": "#testptg",
|
||||
"db_filename": "html/ptg.json",
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"irc_nick": "NICK",
|
||||
"irc_pass": "",
|
||||
"irc_server": "irc.freenode.net",
|
||||
"irc_port": 6667,
|
||||
"irc_port": 6697,
|
||||
"irc_channel": "#CHANNEL",
|
||||
"db_filename": "html/ptg.json"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user