mIRC Home    About    Download    Register    News    Help

Print Thread
#86328 10/06/04 06:49 PM
Joined: Jun 2004
Posts: 291
W
Fjord artisan
OP Offline
Fjord artisan
W
Joined: Jun 2004
Posts: 291
i was wondering if any one has a script that can auto voice
those that run an fserve ad apart from ops and hops and if possible make it every so often auto !list and voice fserves and devoice those not serving

pls help with any thing

thankyou

#86329 11/06/04 12:33 AM
Joined: Apr 2004
Posts: 45
V
Ameglian cow
Offline
Ameglian cow
V
Joined: Apr 2004
Posts: 45
; voices fserv ads displayed in the channel
on @*:text:*file*serv*:#channel: { if ($nick isreg #channel) pvoice $rand(2,10) #channel $nick }

then, for the !list timer you wanted,

; !lists to a chan every half hour
on *:connect: { .timercheckfserv $+ $network 0 1800 msg #channel !list }
; voices people on !list
on *:notice:*file*serv*:?: { if (($nick isreg #channel) && ($me isop #channel)) pvoice $rand(2,10) #channel $nick }


Replace all instances of #channel with the channel you're dealing with. Keep in mind that pvoice only works for halfops as of 6.15, so have any that want to use this upgrade.

-Venoman

#86330 11/06/04 08:12 AM
Joined: Jun 2004
Posts: 291
W
Fjord artisan
OP Offline
Fjord artisan
W
Joined: Jun 2004
Posts: 291
thanks alot for the quick reply
works great thanks
but the auto list every 1/2 hour didnt work
any ideas

sorry i didnt change the channl part on 1 bit
works great thanks
does any 1 know how to make it devoice when people arnt servin and still voiced

Last edited by whatsthedillio; 11/06/04 09:53 AM.

Link Copied to Clipboard