From 91cc88b33807e5ed5978ebb8a89928f47f1618f5 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 23 Mar 2013 01:27:38 +0100 Subject: mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports --- plugins/mod_motd.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/mod_motd.lua') diff --git a/plugins/mod_motd.lua b/plugins/mod_motd.lua index fea2cb85..ed78294b 100644 --- a/plugins/mod_motd.lua +++ b/plugins/mod_motd.lua @@ -13,7 +13,6 @@ local motd_jid = module:get_option_string("motd_jid", host); if not motd_text then return; end -local jid_join = require "util.jid".join; local st = require "util.stanza"; motd_text = motd_text:gsub("^%s*(.-)%s*$", "%1"):gsub("\n%s+", "\n"); -- Strip indentation from the config -- cgit v1.2.3