local p =
function p.something(eisodos) local s = 'Γεια σου φίλε μου' if eisodos.args[1] ~= nil then s = s .. eisodos.args[1] end if eisodos.args['σπίτι'] ~= nil then s = s .. eisodos.args['σπίτι'] end return send
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/botaki/test".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.