This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

idle-kick setting idle time

Old posts that have not been replied to for several years.
Locked
j
jjblade
Voice
Posts: 16
Joined: Sat Jul 24, 2004 5:23 am

idle-kick setting idle time

Post by jjblade »

Hi!

I´ve turned on the "set global-idle-kick 1"
Is it possible to set the idle time somewhere?
f.e. i would like to kick the users after 5 minutes of doing nothing

tia
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Use MC_8's 'On Idle' script. Search for it on www.egghelp.org or www.tclscript.com. It has many features. :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
X
XenonXP

Post by XenonXP »

Hi,

The value of the variable "idle-kick" is actually the number of minutes to wait before considering a user idle. So for your purposes just set it to 5.

Hope that helps
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

And setting it to '0' will turn it OFF.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
j
jjblade
Voice
Posts: 16
Joined: Sat Jul 24, 2004 5:23 am

Post by jjblade »

thanks!

I´ve started the on_idle script, but it doesnt kick anybody.

That´s how i set ist:

Code: Select all

<Webmaster> .idle_timers 
<Sheepbot> On Idle: Idle timers list: all 
<Sheepbot>  [  1] Timer: 1 minutes 
<Sheepbot>         Channels: global 
<Sheepbot>         Exempt Ops: yes 
<Sheepbot>         Exempt Halfops: yes 
<Sheepbot>         Exempt Voices: no 
<Sheepbot>         Exempt Flags: -|- 
<Sheepbot>         Banmask: 2 - *!*@host.domain 
<Sheepbot>         Commands: 
<Sheepbot>           /msg User %nick spent %max_idle minutes without saying a word. Kicked by Sheepbot. 
<Sheepbot>           /kick %nick 
Did i make something wrong?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

You should contact the author at first, I really have no idea. But MC_8's script are normally bug free as he is one of the best tcl coders around. Secondly try setting idle-kick to 5, that should do it without you using the script as well! :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
j
jjblade
Voice
Posts: 16
Joined: Sat Jul 24, 2004 5:23 am

Post by jjblade »

i did, but without fortune.

Code: Select all

set global-idle-kick 5
The users stay in the chat after the idle time.

Code: Select all

Currently on channel:
nick 	         user 	info 	idle time
Guest_offchecke 	- 		6 minutes 23 seconds
Maybe i have to set the idle-kick for every channel manualy?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

If u have added each channel before you changed the global time, then yes you would have to modify it. The global settings only take place when you add a new channel and will not take place on previoulsy added channels if you modify the global chanset vars.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
j
jjblade
Voice
Posts: 16
Joined: Sat Jul 24, 2004 5:23 am

Post by jjblade »

I´ve added the channels manualy with

Code: Select all

.+chan #channel1
therefore I´ve tried to set the idle-times manualy with

Code: Select all

.chanset #channel1 idle-kick 1
But again without luck.
Locked