Hey. Im trying to figure out a code: When someone de-owners me, it will part the channel then join with %pass and kick the nick that deownered me. Any ideas?
"God sometimes puts us in the dark for us to see the light"
on 1:DeOwner:#: {
set -u60 %deowner.chan $chan
set -u60 %deowner.nick $nick
if ($opnick == $me) {
part $chan
join %deowner.chan
<identy to chan commands>
kick %deowner.chan %deowner.nick
}
}