Skip to content

Commit

Permalink
Remove /help join
Browse files Browse the repository at this point in the history
(It's being moved to the server.)
  • Loading branch information
Zarel committed Aug 7, 2016
1 parent fda185c commit 4c92597
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/client-chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
case 'joim':
case 'join':
case 'j':
if (noSpace) return this.parseCommand('/help join');
if (noSpace) return text;
var room = toRoomid(target);
if (app.rooms[target]) {
app.focusRoom(target);
Expand Down Expand Up @@ -928,9 +928,6 @@
this.add('/rating - Get your own rating.');
this.add('/rating [username] - Get user [username]\'s rating.');
return false;
case 'join':
this.add('/join [roomname] - Attempt to join the room [roomname].');
return false;
}
}

Expand Down

0 comments on commit 4c92597

Please sign in to comment.