mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Add reference to #1602 (plugin installer docs) in comment
This commit is contained in:
parent
99db323c2a
commit
e073b85487
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ function commands.install(arg)
|
||||||
if not server then
|
if not server then
|
||||||
show_warning("There is no 'plugin_server' option in the configuration file");
|
show_warning("There is no 'plugin_server' option in the configuration file");
|
||||||
-- see https://prosody.im/doc/TODO documentation
|
-- see https://prosody.im/doc/TODO documentation
|
||||||
|
-- #1602
|
||||||
return 1;
|
return 1;
|
||||||
end
|
end
|
||||||
show_message("Installing %s in %s", arg[1], prosody.paths.installer);
|
show_message("Installing %s in %s", arg[1], prosody.paths.installer);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue