Hello.
I was trying to make a remote script that would trigger when I was deopped in any channel. It would then /msg chanserv op <that channel> <my nick>
...
Here's what I tried:
on #:DEOP:# {
if (%nick == K3V) {
/msg chanserv OP #k-pdt K3V
}
}
but it didn't work. Please tell me what's wrong and how to fix it. (Sorry, I'm a n00b to mIRC.)