diff --git a/lib/plugins/command.js b/lib/plugins/command.js index c013ffd..e6e3f50 100644 --- a/lib/plugins/command.js +++ b/lib/plugins/command.js @@ -193,7 +193,7 @@ function command(username, message) { break; case "follow": - subcommand("go follow " + message_parts.slice(2).join(" ")) + subcommand("go follow " + message_parts.slice(1).join(" ")) break; case "come": switch (message_parts[1]) {