plugins/pubsub2room.lua

changeset 139
6de453570270
parent 138
7c95aba75a55
child 141
be0754cc0ede
equal deleted inserted replaced
138:7c95aba75a55 139:6de453570270
8 template = "${author.name} committed: ${title}"; 8 template = "${author.name} committed: ${title}";
9 }; 9 };
10 }; 10 };
11 --]] 11 --]]
12 12
13 local verse = require "verse";
13 local st = require "util.stanza"; 14 local st = require "util.stanza";
14 15
15 -- FIXME Should this really be here? 16 -- FIXME Should this really be here?
16 local extractor_mt = { 17 local extractor_mt = {
17 __index = function (t, k) 18 __index = function (t, k)

mercurial