Skip to content

Instantly share code, notes, and snippets.

@severak
Created August 23, 2013 22:18
Show Gist options
  • Save severak/6324581 to your computer and use it in GitHub Desktop.
Save severak/6324581 to your computer and use it in GitHub Desktop.
Ukázka z připraveného Jabber bota.
-- Sofistikovaná simulace rozhovoru
function get_hm()
return string.rep('h', math.random(10)) .. string.rep('m', math.random(10))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment