mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
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:
parent
9cf68fc9bc
commit
978b02cf26
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user