summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/Debuggers/Info.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Server/Plugins/Debuggers/Info.lua')
-rw-r--r--Server/Plugins/Debuggers/Info.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua
index a76690ea1..8f5ef27df 100644
--- a/Server/Plugins/Debuggers/Info.lua
+++ b/Server/Plugins/Debuggers/Info.lua
@@ -124,6 +124,12 @@ g_PluginInfo =
Handler = HandlePickups,
HelpString = "Spawns random pickups around you"
},
+ ["/plugmsg"] =
+ {
+ Permission = "debuggers",
+ Handler = HandlePlugMsg,
+ HelpString = "Sends a test plugin message to the client",
+ },
["/poison"] =
{
Permission = "debuggers",