Skip to content

Commit

Permalink
Support /j as alias of /join
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Aug 6, 2016
1 parent f14b6c0 commit 7d8c72b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/client-chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@

case 'joim':
case 'join':
case 'j':
if (noSpace) return this.parseCommand('/help join');
var room = toRoomid(target);
if (app.rooms[target]) {
Expand Down

0 comments on commit 7d8c72b

Please sign in to comment.