mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 18:26:22 +00:00
Allow reloading all plugins with /plugin reload
This commit is contained in:
@@ -1981,13 +1981,13 @@ static struct cmd_t command_defs[] =
|
||||
"/plugins",
|
||||
"/plugins unload <plugin>",
|
||||
"/plugins load <plugin>",
|
||||
"/plugins reload <plugin>")
|
||||
"/plugins reload [<plugin>]")
|
||||
CMD_DESC(
|
||||
"Manage plugins. Passing no arguments lists currently loaded plugins.")
|
||||
CMD_ARGS(
|
||||
{ "load <plugin>", "Load a plugin." },
|
||||
{ "reload <plugin>", "Reload a plugin." },
|
||||
{ "unload <plugin>", "Unload a plugin." })
|
||||
{ "unload <plugin>", "Unload a plugin." },
|
||||
{ "reload [<plugin>]", "Reload a plugin, passing no argument will reload all plugins" })
|
||||
CMD_EXAMPLES(
|
||||
"/plugin load browser.py",
|
||||
"/plugin unload say.py",
|
||||
|
||||
Reference in New Issue
Block a user