mIRC Home    About    Download    Register    News    Help

Print Thread
#239649 12/11/12 05:53 PM
Joined: Nov 2012
Posts: 18
J
Pikka bird
OP Offline
Pikka bird
J
Joined: Nov 2012
Posts: 18
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?

Judgebot #239650 12/11/12 07:29 PM
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Say what?
You'd better explain in words what you are trying to achieve, because what you posted makes little sense.

5618 #239652 12/11/12 09:55 PM
Joined: Nov 2012
Posts: 18
J
Pikka bird
OP Offline
Pikka bird
J
Joined: Nov 2012
Posts: 18
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.


Link Copied to Clipboard