I would like to auto devoice if they change nick ??

raw 307:*: {
if (%autovoice == off) || !%autovoice || ($nick isop #chat ) { return }
mode #chat +v $2 | cline #chat $2 }
halt