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:35, 2 April 2017 by DarthGandalf (talk | contribs)
Jump to navigation Jump to search

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

local p = {}
function p.prev(frame)
    return 'Hello'
end
function p.next(frame)
    return 'Hello'
end
function p.stability(frame)
    return 'stable'
end
return p