Software / code / prosody
Changeset
5418:7f270fbf3361
mod_groups: Remove unused import
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 03 Apr 2013 13:40:40 +0100 |
| parents | 5417:d13ec6622752 |
| children | 5419:e28fca8faf62 |
| files | plugins/mod_groups.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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();