This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
ptgbot
Code
Issues
Proposed changes
Browse Source
Switch example IRC port to 6697
6667 doesn't work since SASL was introduced. Change-Id: I3758ad5e8059e51b493066a32d8ac4e6b65e2a0e
changes/76/655976/1
Adam Spiers
1 year ago
parent
4b30f5224e
commit
f07cbb0bee
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.rst
+1
-1
config.json.sample
+ 1
- 1
README.rst
View File
@ -172,7 +172,7 @@ Edit config.json contents, for example::
{
"irc_nick": "ptgbot",
"irc_server": "irc.freenode.net",
"irc_port": 66
6
7,
"irc_port": 66
9
7,
"irc_channel": "#testptg",
"db_filename": "html/ptg.json",
}
+ 1
- 1
config.json.sample
View File
@ -2,7 +2,7 @@
"irc_nick": "NICK",
"irc_pass": "",
"irc_server": "irc.freenode.net",
"irc_port": 66
6
7,
"irc_port": 66
9
7,
"irc_channel": "#CHANNEL",
"db_filename": "html/ptg.json"
}
Write
Preview
Loading…
Cancel
Save