package ClientChatEcho{ function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg) { parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg); echo(%name @ ": " @ %msg); }};activatepackage(ClientChatEcho);this?(just made)
This is not the best way to do it because if you are the host it will echo everything twice.