comparison util/prosodyctl/shell.lua @ 13607:ca9426f98b8e

util.prosodyctl.shell: Remove non-existent export [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 08 Jan 2025 08:53:43 +0100
parents d66f30855822
children e5f62871e6a5
comparison
equal deleted inserted replaced
13606:6127b51803bb 13607:ca9426f98b8e
178 server.loop(); 178 server.loop();
179 end 179 end
180 180
181 return { 181 return {
182 shell = start; 182 shell = start;
183 check_host = check_host;
184 }; 183 };