From 978b02cf26508db584b96e89e68b3f6f0ef23e30 Mon Sep 17 00:00:00 2001 From: ScottehMax Date: Mon, 3 Nov 2014 19:20:01 +0000 Subject: [PATCH] Add joim as an alias of join MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In recognition of your outstanding accomplishments in the field of Pokémon sciences, we hereby award you the highest of honors; a commemorative alias. --- commands.js | 1 + 1 file changed, 1 insertion(+) 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);