hi all, this deown protect used to work fine with vinc, but now when activated it says in the status window...
* /hop: insufficient parameters (line 50, protections)
and yet, if i simply type /hop into the channel window it works fine
#deown2 on
on *:DEOWNER:#: {
if ($opnick == $me) && ($nick != $me) {
hop
raw access # clear
raw access # add deny $nick
kick # $nick Now that was not nice....
raw access # ADD OWNER $address($me,1) 0
raw access # add voice $me
}
}
#deown2 end