how ironic
This commit is contained in:
parent
817a3debec
commit
07cc9bf77d
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ module.exports = {
|
||||||
* Returns null if the input didn't match a command.
|
* Returns null if the input didn't match a command.
|
||||||
*/
|
*/
|
||||||
processInput: function(roomId, input) {
|
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
|
// IRC-style commands
|
||||||
input = input.replace(/\s+$/, "");
|
input = input.replace(/\s+$/, "");
|
||||||
if (input[0] === "/" && input[1] !== "/") {
|
if (input[0] === "/" && input[1] !== "/") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue