This script will allow a user in the 'op' group to ask your SoulFly to lock or unlock the channel properties.
This will only work if your SoulFly is a superowner. Please be careful about who you give this privilege to.
To add someone, right click their nick name and click Op. Feel free to rename this level to what you like. You have to change it in 5 places.
menu nicklist {
-
$iif($level($address($$1,3)) = op,$style(1)) Op:{ $iif($level($address($$1,3)) = op,ruser,auser) op $address($$1,3) }
}
on op:text:.*:#:{
if ($1 = .p) && ($nick(#,$me,')) {
var %ty_ = $iif($_818(#,$2),unlock,lock)
prop # %ty_ $2
notice # $nick $2 is $+(%ty_,ed)
prop # locked
}
}