full code coming right up:
package antiperma
{
function serverCmdBan(%c, %o, %i, %t, %r)
{
if(%c.isAdmin && %t $= "-1" && !%c.isSuperAdmin)
{
messageClient(%c, '', "ERROR\c6: You are not allowed to permanently ban clients as an administrator on this server!");
return;
}
return parent::serverCmdBan(%c, %o, %i, %t, %r);
}
};
activatepackage(antiperma);
Everything is simply flawless, it just seems to not be reading the whole file.