Skip to content

Commit 6eca392

Browse files
committed
Add missing commas
1 parent b86fd1e commit 6eca392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ First you need to create a Discord bot user, which you can do by following the i
8989
// Makes the bot hide the username prefix for messages that start
9090
// with one of these characters (commands):
9191
"commandCharacters": ["!", "."],
92-
"ircStatusNotices": true // Enables notifications in Discord when people join/part in the relevant IRC channel
92+
"ircStatusNotices": true, // Enables notifications in Discord when people join/part in the relevant IRC channel
9393
"ignoreUsers": {
94-
"irc": ["irc_nick1", "irc_nick2"] // Ignore specified IRC nicks and do not send their messages to Discord.
94+
"irc": ["irc_nick1", "irc_nick2"], // Ignore specified IRC nicks and do not send their messages to Discord.
9595
"discord": ["discord_nick1", "discord_nick2"] // Ignore specified Discord nicks and do not send their messages to IRC.
9696
}
9797
}

0 commit comments

Comments
 (0)