Hello,
I want to ask first if can be possible to be added the
on *:NICK:#channel: {} the
#channel option in this event! i will give you an example for this to see that is very useful.
e.g: now with 6.35 the correct is this!
on *:NICK: {
if ($newnick ison #mychan) {
.msg #mychan Warning: The $+ $nick $+ changed his/her nickname into $+ $newnick $+
}
}
Can't be this for e.g it will be very helpful in the future and good to improve the mIRC Scripting code!
on *:NICK:#mychan: { .msg #mychan Warning: The $+ $nick $+ changed his/her nickname into $+ $newnick $+ }