To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Module:ChangeLog

From ZNC
Revision as of 08:30, 2 April 2017 by DarthGandalf (talk | contribs) (Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Documentation for this module may be created at Module:ChangeLog/doc

local p = {}
function p.hello(frame)
    return 'Hello'
end
return p