1
0

Removed squirrel plugin remnants

This commit is contained in:
madmaxoft 2013-08-16 09:40:19 +02:00
parent 26b56689a6
commit 78b329a9b5

View File

@ -1,13 +0,0 @@
class SquirrelChatLog extends Plugin
{
function Initialize()
{
this.AddHook(Hook.Chat);
return true;
}
function OnChat(Message, Player)
{
::print(Player.GetName() + ": " + Message);
}
}