| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Devoice Idled.
ALT + R and paste it in a new remote.
to use: /dvidle Code:
Alias dvidle {
var %a = 1
while (%a <= $nick(#,0,v)) {
echo # Checking Idle Voices in $chan ..
if ($nick(#,%a,v).idle > 300) { mode #CHANNEL -v $nick(#CHANNEL,%a,v) }
inc %a
}
}
PS: it`s now set to 300 seconds idle. ( 5 minutes ) if you want to set it to more idle time, change the "300" in this code: if ($nick(#,%a,v).idle > 300)
__________________
Last edited by Cult; 05-05-2006 at 06:06 AM. |
|
#2
|
||||
|
||||
|
Re: Devoice Idled.
very nice Bro,
cant it be automatic, so all idle nicks ummm like 10 min idle will be devoice and what it checks ... idle in channel or idle on server? what we hafta change we want it to work for idle on channel P.S : Neat & Clean Like Alwayz [Talkin About Code]yes it can be automatic, and this code is for channel :-P we r not OPERS to code server codes :-o thanx for u`r comments bro,
__________________
I Am LOVE But You Can Call Me AYEHAN Last edited by Cult; 05-05-2006 at 06:07 AM. |
|
#3
|
||||
|
||||
|
Re: Devoice Idled.
no i meant
Nick is on #leb #lb hes voice on #leb but he's not talking on #leb but hes talking in #lb did this code devoice him? i think it checks ur idle from server like we check in extended whois
__________________
I Am LOVE But You Can Call Me AYEHAN Last edited by Cult; 05-05-2006 at 07:59 AM. |
|
#4
|
||||
|
||||
|
Re: Devoice Idled.
Quote:
![]()
__________________
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|