mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
fix pm's in enigma w00t
This commit is contained in:
parent
1bc9830202
commit
4228a064f2
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue