FIX MAJOR SECURITY HOLE OH GOD

pull/5/head
Astoria Floyd 3 years ago committed by GitHub
parent d30020b3e9
commit f156cdcd05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,7 @@ local commands = { -- Define commands its a table that will contain our commands
end
end
};
--[[
[prefix..'figlet'] = { -- Parrots input to figlet, then echos it to the same channel you are in.
exec = function (message)
local prefixLength = string.len(prefix)
@ -39,6 +40,7 @@ local commands = { -- Define commands its a table that will contain our commands
message:delete()
end
};
]]
[prefix..'echo'] = { -- Echo's what you said back out, in a fix codeblock. Could be against TOS.
exec = function (message)
local prefixLength = string.len(prefix)

Loading…
Cancel
Save