mIRC Homepage
Posted By: Judgebot /clear [name] - 12/11/12 05:53 PM
Would somone be able to write out the code for

Code:
/clear [name]


it would be something like:
Code:
on *:text:*/clear *:#: {
  if ( $nick isop $chan ) {
    msg $chan /timeout [name] 1
  }
}


Any Ideas?
Posted By: 5618 Re: /clear [name] - 12/11/12 07:29 PM
Say what?
You'd better explain in words what you are trying to achieve, because what you posted makes little sense.
Posted By: Judgebot Re: /clear [name] - 12/11/12 09:55 PM
Originally Posted By: 5618
Say what?
You'd better explain in words what you are trying to achieve, because what you posted makes little sense.


A script that would time the person who you put for 1 second to clear their messages.

/clear judgebot < will time judgebot out for 1 second.
© mIRC Discussion Forums