Skip to content

Commit 1a8685d

Browse files
Mikaelaekmartin
authored andcommitted
README.md: add SSL & SASL examples (#436)
[CI SKIP]
1 parent f8ad2d2 commit 1a8685d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@ First you need to create a Discord bot user, which you can do by following the i
6969
},
7070
"ircOptions": { // Optional node-irc options
7171
"floodProtection": false, // On by default
72-
"floodProtectionDelay": 1000 // 500 by default
72+
"floodProtectionDelay": 1000, // 500 by default
73+
"port": "6697", // 6697 by default
74+
"secure": "true", // enable SSL, false by default
75+
"sasl:" "true", // false by default
76+
"username:" "test", // nodeirc by default
77+
"password": "p455w0rd" // empty by default
7378
},
7479
"format": { // Optional custom formatting options
7580
// Patterns, represented by {$patternName}, are replaced when sending messages

0 commit comments

Comments
 (0)