# HG changeset patch # User Kim Alvefur # Date 1609862904 -3600 # Node ID 4e803e80d7b1b30c010b1420dff78ffa322ffad7 # Parent ab189e70770584dffa4bc3aec8b3e10cd32f4a03 prosodyctl: Remove non-existant command from hidden commands Apparently there existed a plugin installer for a brief time in 2010, between c5d3905c98a6 and 8f78e8164032 diff -r ab189e707705 -r 4e803e80d7b1 prosodyctl --- a/prosodyctl Fri Oct 02 16:12:47 2020 +0200 +++ b/prosodyctl Tue Jan 05 17:08:24 2021 +0100 @@ -630,7 +630,7 @@ print(""); print("Where COMMAND may be one of:\n"); - local hidden_commands = require "util.set".new{ "register", "unregister", "addplugin" }; + local hidden_commands = require "util.set".new{ "register", "unregister" }; local commands_order = { "install", "remove", "list", "adduser", "passwd", "deluser", "start", "stop", "restart", "reload", "about" };