diff --git a/lib/plugins/command.js b/lib/plugins/command.js index f1f16b7..17910db 100644 --- a/lib/plugins/command.js +++ b/lib/plugins/command.js @@ -183,7 +183,7 @@ function command(username, message) { break; case "follow": - subcommand("go follow me") + subcommand("go follow " + message_parts.slice(2).join(" ")) break; case "come": subcommand("go follow once")