diff --git a/commands.js b/commands.js index 466cf566c1..8c6864c011 100644 --- a/commands.js +++ b/commands.js @@ -597,6 +597,7 @@ var commands = exports.commands = { Rooms.global.autojoinRooms(user, connection); }, + joim: 'join', join: function (target, room, user, connection) { if (!target) return false; var targetRoom = Rooms.search(target);