diff --git a/PBot/FactoidModuleLauncher.pm b/PBot/FactoidModuleLauncher.pm index 6e841f94..b40ecd8d 100644 --- a/PBot/FactoidModuleLauncher.pm +++ b/PBot/FactoidModuleLauncher.pm @@ -166,8 +166,6 @@ sub execute_module { $stuff->{result} = `./$module $stuff->{arguments} 2>> $module-stderr`; chomp $stuff->{result}; - $stuff->{result} = "/say $stuff->{result}" if length $stuff->{result}; - my $json = encode_json $stuff; print $writer "$json\n"; exit 0;