Diff

plugins/groupchat.lua @ 418:40b8cc364274

verse.plugins.groupchat: Fix import of util.events It probably worked before because of module()
author Kim Alvefur <zash@zash.se>
date Sun, 20 May 2018 01:24:39 +0200
parent 380:0891b4e27766
child 435:cf31a5ef8a9b
line wrap: on
line diff
--- a/plugins/groupchat.lua	Sun May 20 01:16:22 2018 +0200
+++ b/plugins/groupchat.lua	Sun May 20 01:24:39 2018 +0200
@@ -1,5 +1,5 @@
 local verse = require "verse";
-local events = require "events";
+local events = require "util.events";
 local jid = require "util.jid";
 
 local room_mt = {};