FIX Shell

This commit is contained in:
Tiago Danin 2016-02-05 20:29:29 -03:00
parent e6ad1d1e69
commit 1fd25814aa

View File

@ -9,6 +9,8 @@ local action = function(msg)
end
local input = msg.text:input()
input = input:gsub('', '--')
if not input then
sendReply(msg, 'Please specify a command to run.')
return