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: Difference between revisions

From ZNC
Jump to navigation Jump to search
Created page with "local p = {} function p.hello(frame) return 'Hello' end return p"
 
No edit summary
Line 1: Line 1:
local p = {}
local p = {}
function p.hello(frame)
function p.prev(frame)
    return 'Hello'
end
function p.next(frame)
    return 'Hello'
end
function p.stability(frame)
     return 'Hello'
     return 'Hello'
end
end
return p
return p

Revision as of 08:34, 2 April 2017

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 'Hello'
end
return p