diff --git a/README.md b/README.md index b15a1970..f8bdc66a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ First you need to create a Discord bot user, which you can do by following the i "ircOptions": { // Optional node-irc options "floodProtection": false, // On by default "floodProtectionDelay": 1000, // 500 by default - "port": "6697", // 6697 by default + "port": "6697", // 6667 by default "secure": true, // enable SSL, false by default "sasl": true, // false by default "username": "test", // nodeirc by default @@ -107,7 +107,7 @@ First you need to create a Discord bot user, which you can do by following the i "webhookAvatarURL": "https://robohash.org/{$nickname}" // Default avatar to use for webhook messages }, "ircNickColor": false, // Gives usernames a color in IRC for better readability (on by default) - "ircNickColors": ['light_blue', 'dark_blue', 'light_red', 'dark_red', 'light_green', 'dark_green', 'magenta', 'light_magenta', 'orange', 'yellow', 'cyan', 'light_cyan'], // Which irc-upd colors to use + "ircNickColors": ["light_blue", "dark_blue", "light_red", "dark_red", "light_green", "dark_green", "magenta", "light_magenta", "orange", "yellow", "cyan", "light_cyan"], // Which irc-upd colors to use "parallelPingFix": true, // Prevents users of both IRC and Discord from being mentioned in IRC when they speak in Discord (off by default) // Makes the bot hide the username prefix for messages that start // with one of these characters (commands):