Please, stop using a bunch of unneeded lines of code. It takes one function instead of packaging all of the admin modifying functions.
package asdf
{
function serverCmdMessageSent(%client, %text)
{
%oldPrefix = %client.clanPrefix;
//assign the clan tags accordingly
//%client.clanPrefix = "asdf "@ %client.clanPrefix;
%client.clanPrefix = %oldPrefix;
}
};
activatePackage(asdf);