Skip to content

Commit a65a362

Browse files
committed
Quote fix
1 parent 1a02d6c commit a65a362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server-src/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ class CommandHandler {
452452
var currentYear = new Date().getFullYear();
453453
if (message.length > 0) {
454454
sendFeedbackGlobalWithName(
455-
`“${message}” -${userInfo.username}, ${currentYear}`,
455+
`“${message}” -${getUserInfo(foundClient).username}, ${currentYear}`,
456456
"[Notice]"
457457
);
458458
} else {

0 commit comments

Comments
 (0)