local commands = { ["%w+%s*\n"] = function(match, requester) command_queue:enqueue(string.match(match , "(%w+)%s*")) end, [".*\n"] = function(match, requester) end } local responses = { [".*\n"] = function(match) end } return commands, responses