I'm trying to make a auto removal when services go offline but not sure if this is fully correct, i would imagine i would need to add something to let the script know i'm an op either @ or !
on *:NOTIFY: {
if ($network == PhaZeNet) && ($nick == ChanServ) && ($me isin #celticmyst) { mode $chan +R }
}
on *:UNOTIFY: {
if ($network == PhaZeNet) && ($nick == ChanServ) && ($me isin #celticmyst) { mode $chan -R }
}