Hey. What would the code be to set %pass to whatever the ownerkey was set to? I need it to work for when it is changed by people otherthan me aswell as me. Obiously I would have to be owner at the time. I know it used a raw.
I believed it was something in this neighborhood:
raw ***:*: {
if ($1 == ownerkey) {
set -s %pass $2
}
}
Eh?
