Merge branch 'NuSkooler:master' into master

This commit is contained in:
David Abutbul 2022-01-29 20:26:25 +02:00 committed by GitHub
commit 830f3bf5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -426,7 +426,8 @@ exports.getModule = class mrcModule extends MenuModule {
switch (cmd[0]) {
case 'pm':
this.processOutgoingMessage(cmd[2], cmd[1]);
const newmsg = cmd.slice(2).join(' ');
this.processOutgoingMessage(newmsg, cmd[1]);
break;
case 'rainbow': {