From faea440e51848cff1f52f469199d7cf8cbc92051 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Fri, 23 Mar 2018 14:01:42 +0100
Subject: mod_announce: Remove unreachable return statement [luacheck]

---
 plugins/mod_announce.lua | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/mod_announce.lua b/plugins/mod_announce.lua
index 9327556c..ee3bb5b7 100644
--- a/plugins/mod_announce.lua
+++ b/plugins/mod_announce.lua
@@ -91,8 +91,6 @@ function announce_handler(self, data, state)
 	else
 		return { status = "executing", actions = {"next", "complete", default = "complete"}, form = announce_layout }, "executing";
 	end
-
-	return true;
 end
 
 local adhoc_new = module:require "adhoc".new;
-- 
cgit v1.2.3