A lot of code tidy up

This commit is contained in:
Bryan Ashby
2020-06-15 19:08:55 -06:00
parent fd86293dbe
commit 9e9dc9af89
16 changed files with 144 additions and 140 deletions

View File

@@ -400,7 +400,7 @@ exports.getModule = class mrcModule extends MenuModule {
// normal message
formattedMessage = stringFormat(messageFormat, textFormatObj);
} else {
// pm
// pm
formattedMessage = stringFormat(privateMessageFormat, textFormatObj);
}