Software /
code /
prosody
Changeset
11247:4e803e80d7b1
prosodyctl: Remove non-existant command from hidden commands
Apparently there existed a plugin installer for a brief time in 2010,
between c5d3905c98a6 and 8f78e8164032
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 05 Jan 2021 17:08:24 +0100 |
parents | 11246:ab189e707705 |
children | 11248:a1aecd8cf7ee |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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" };