Author Topic: Clan Tag Hider  (Read 946 times)

Code: [Select]
package blockClanTags {
function clientCmdChatMessage(%client,%n2,%n3,%amsg,%prefix,%name,%suffix,%msg) {
Parent::clientCmdChatMessage(%client,%n2,%n3,%amsg,"",%name,"",%msg);
}
};
activatepackage(blockClanTags);

that's clashing with another chat mod I have .. whatever, I'll just deal with clan tags.

How so?
Using a package eliminates most possibility of clashing, the only way I see it clashing is if your other chat mod relies on clan tags, in which case I don't see why you'd want to get rid of them.

that's clashing with another chat mod I have .. whatever, I'll just deal with clan tags.
It's clashing with your other chat mod because the script Mega posted and the one you have both modify the chat. Derp