083228a10
38459c9c1
8285a11a2
1
2
3
4
5
6 7 8
9
10 11 12 13
class SquirrelChatLog extends Plugin { function Initialize() { this.AddHook(Hook.Chat); return true; } function OnChat(Message, Player) { ::print(Player.GetName() + ": " + Message); } }