Skip to content

Instantly share code, notes, and snippets.

@devinrader
Created July 9, 2013 17:17
Show Gist options
  • Save devinrader/5959259 to your computer and use it in GitHub Desktop.
Save devinrader/5959259 to your computer and use it in GitHub Desktop.
local from = (request.form or request.query).From;
local name;
if type(people[from]) then
name=people[from]
else
name = "Monkey";
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment