# HG changeset patch # User Kim Alvefur # Date 1526774776 -7200 # Node ID 6de45357027046215c2184fe7e7ea40d33b2122f # Parent 7c95aba75a550f00ce6dce2adcc1abd4cad9cf05 plugins.pubsub2room: Import verse (no longer global) diff -r 7c95aba75a55 -r 6de453570270 plugins/pubsub2room.lua --- 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?