mIRC Home    About    Download    Register    News    Help

Print Thread
#153654 20/07/06 12:59 AM
Joined: Jun 2006
Posts: 29
N
Ameglian cow
OP Offline
Ameglian cow
N
Joined: Jun 2006
Posts: 29
Can some body help me ? meybe som body knows script if op nick dont say enething in chanel 20 min. then bot take off oped nick from chanel list ! just somthing like after 20 min /mode $chan -o $nick
im just dont know how to make ! confused

Last edited by noiprocs; 20/07/06 01:07 AM.

{noiprocs-hunky-scorpion}
#153655 20/07/06 01:31 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Usage of the following script is at your own risk, as it may be possible for a person that is opped to deop the bot, rendering this code useless.

Code:
 on @*:text:*:#:{
$+(.timer,$address) 1 1200 mode $chan -o $nick
}
on *:op:#:{
$+(.timer,$right($address($opnick,0),-2)) 1 1200 mode $chan -o $nick
}
on *:serverop:#:{
$+(.timer,$right($address($opnick,0),-2)) 1 1200 mode $chan -o $nick
}
 


Link Copied to Clipboard