how ironic

pull/21833/head
Matthew Hodgson 2016-05-24 11:44:30 +01:00
parent 817a3debec
commit 07cc9bf77d
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ module.exports = {
* Returns null if the input didn't match a command.
*/
processInput: function(roomId, input) {
// trim any trailing whitespace, as it can confuse the parser for
// trim any trailing whitespace, as it can confuse the parser for
// IRC-style commands
input = input.replace(/\s+$/, "");
if (input[0] === "/" && input[1] !== "/") {