I have a bit of a problem with my current admins script
this is the join
on *:SIGNAL:mta.join:{
if ($readini(bjack.ini,adminlist,$mta.name($1,$2)) != $null) {
mta.say $1 $readini(bjack.ini,server,awelcome)) $mta.name($1,$2)
writeini bjack.ini onlineadmin current $readini(bjack.ini,onlineadmin,current) $+ , $mta.name($1,$2)
}
elseif ($readini(bjack.ini,adminlist,$mta.name($1,$2)) == $null) {
mta.say $1 $readini(bjack.ini,server,welcome))
}
}
i need a part script that only removes 1 name from a list instead of removing all names!