Add joim as an alias of join

In recognition of your outstanding accomplishments in the field of
Pokémon sciences, we hereby award you the highest of honors; a
commemorative alias.
This commit is contained in:
ScottehMax 2014-11-03 19:20:01 +00:00
parent 9cf68fc9bc
commit 978b02cf26

View File

@ -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);