From 12906c026d414c752d3c0ba9481f425b24b29c67 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 20 Aug 2012 12:20:20 +0000 Subject: Moved files used by MCServer to a special MCServer folder git-svn-id: http://mc-server.googlecode.com/svn/trunk@763 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- Plugins/ChatLog/plugin.lua | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Plugins/ChatLog/plugin.lua (limited to 'Plugins/ChatLog/plugin.lua') diff --git a/Plugins/ChatLog/plugin.lua b/Plugins/ChatLog/plugin.lua deleted file mode 100644 index e18a8e642..000000000 --- a/Plugins/ChatLog/plugin.lua +++ /dev/null @@ -1,17 +0,0 @@ -function Initialize( Plugin ) - Plugin:SetName( "ChatLog" ) - Plugin:SetVersion( 2 ) - - PluginManager = cRoot:Get():GetPluginManager() - PluginManager:AddHook( Plugin, cPluginManager.E_PLUGIN_CHAT ) - - LOG( "Initialized " .. Plugin:GetName() .. " v." .. Plugin:GetVersion() ) - return true -end - -function OnChat( Message, Player ) - -- Lets get loggin' - LOGINFO("[" .. Player:GetName() .. "]: " .. Message); - - return false -end \ No newline at end of file -- cgit v1.2.3