From 7761f7e5b8525e32d81cb97ee2b3ae92884962cc Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 21 Oct 2015 20:59:54 +0200 Subject: Debuggers: Added a plugin channel test with funny chars in data. --- Server/Plugins/Debuggers/Info.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Server/Plugins/Debuggers/Info.lua') 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", -- cgit v1.2.3