plugins.pubsub2room: Import verse (no longer global)

Sun, 20 May 2018 02:06:16 +0200

author
Kim Alvefur <zash@zash.se>
date
Sun, 20 May 2018 02:06:16 +0200
changeset 139
6de453570270
parent 138
7c95aba75a55
child 140
4aa787757235

plugins.pubsub2room: Import verse (no longer global)

plugins/pubsub2room.lua file | annotate | diff | comparison | revisions
--- a/plugins/pubsub2room.lua	Sun May 20 01:57:58 2018 +0200
+++ b/plugins/pubsub2room.lua	Sun May 20 02:06:16 2018 +0200
@@ -10,6 +10,7 @@
 };
 --]]
 
+local verse = require "verse";
 local st = require "util.stanza";
 
 -- FIXME Should this really be here?

mercurial