fix pm's in enigma w00t
This commit is contained in:
parent
1bc9830202
commit
4228a064f2
|
@ -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': {
|
||||
|
|
Loading…
Reference in New Issue