Software /
code /
prosody
Diff
plugins/mod_groups.lua @ 5418:7f270fbf3361
mod_groups: Remove unused import
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 03 Apr 2013 13:40:40 +0100 |
parent | 5417:d13ec6622752 |
child | 5747:23076ee191d3 |
line wrap: on
line diff
--- a/plugins/mod_groups.lua Wed Apr 03 13:40:29 2013 +0100 +++ b/plugins/mod_groups.lua Wed Apr 03 13:40:40 2013 +0100 @@ -13,7 +13,7 @@ local groups_file; local jid, datamanager = require "util.jid", require "util.datamanager"; -local jid_bare, jid_prep = jid.bare, jid.prep; +local jid_prep = jid.prep; local module_host = module:get_host();