mIRC Homepage
Posted By: state Whats wrong with this (on kick) - 11/04/09 07:08 PM
when %revenge is ON works. But if revenge is OFF else { does not work

mirc dont rejoin

Code:
on 1:KICK:#: {
  if ($knick == $me) && (%revenge == ON) {
    join #
    .msg juicer op pass
    .timerrevenge 1 3 kick # $nick removed
    else {
      join #
      .msg juicer op pass
      .timerdeop 1 3 mode # -ov $nick
    }
  }
}
Posted By: state Re: Whats wrong with this (on kick) - 11/04/09 07:29 PM
My misstake. missed a } shame you cant delete a thread.
Posted By: Tomao Re: Whats wrong with this (on kick) - 11/04/09 07:32 PM
Code:
on 1:KICK:#: {
  if ($knick == $me) && (%revenge == ON) {
    join #
    .msg juicer op pass
    .timerrevenge 1 3 kick # $nick removed
  }
  else {
    join #
    .msg juicer op pass
    .timerdeop 1 3 mode # -ov $nick
  }
}

Ok, I see you already spotted the issue.
Posted By: RusselB Re: Whats wrong with this (on kick) - 11/04/09 08:04 PM
You can delete a thread within a certain time limit.
If the thread can be edited by you, then it can be deleted also.

You get to the deletion option by going to edit the thread first.
Posted By: state Re: Whats wrong with this (on kick) - 12/04/09 12:28 AM
Will take notice of this for future ref russle.

thanks
© mIRC Discussion Forums