diff --git a/commands.js b/commands.js index fb01227cc4..b6802b55bd 100644 --- a/commands.js +++ b/commands.js @@ -205,6 +205,8 @@ var commands = exports.commands = { room.chatRoomData.modjoin = true; Rooms.global.writeChatRoomData(); } + if (!room.modchat) this.parse('/modchat ' + Config.groupsranking[1]); + if (!room.isPrivate) this.parse('/privateroom'); } },