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
Documentation for this module may be created at Module:ChangeLog/doc
local p = {}
function p.hello(frame)
return 'Hello'
end
return p