Skip to content

Commit

Permalink
Use bools in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmartin committed Sep 18, 2018
1 parent 1a8685d commit 4f3c436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ First you need to create a Discord bot user, which you can do by following the i
"floodProtection": false, // On by default
"floodProtectionDelay": 1000, // 500 by default
"port": "6697", // 6697 by default
"secure": "true", // enable SSL, false by default
"sasl:" "true", // false by default
"username:" "test", // nodeirc by default
"secure": true, // enable SSL, false by default
"sasl": true, // false by default
"username": "test", // nodeirc by default
"password": "p455w0rd" // empty by default
},
"format": { // Optional custom formatting options
Expand Down

0 comments on commit 4f3c436

Please sign in to comment.