Anope IRC Services

Anope.org => General Chat => Topic started by: Louisthemoose on August 31, 2008, 09:20:06 PM

Title: Ideling for days on end :(
Post by: Louisthemoose on August 31, 2008, 09:20:06 PM
I tried some TCL's noone seem to work very well ,  we have people that idle for days and days , we set a limit of 48 hours , is there anthing in Anope that will kick ban the idlers ?  something that will not touch the OPS  ?  (unrealircd)

Thanks for your help
Title: Re: Ideling for days on end :(
Post by: katsklaw on August 31, 2008, 10:05:56 PM
I tried some TCL's noone seem to work very well ,  we have people that idle for days and days , we set a limit of 48 hours , is there anthing in Anope that will kick ban the idlers ?  something that will not touch the OPS  ?  (unrealircd)

Thanks for your help

Eggdrops have the built in ability to kick idlers. Just takes some basic math to use. The value is in minutes so 60 minutes per hour * 24 hours per day * 2 days = 2880 minutes.

# idle-kick 0
#    This setting will make the bot check every minute for idle
#    users. Set this to 0 to disable idle check.
idle-kick 2880


It's in the channel block of Eggdrop config file.

moving.
Title: Re: Ideling for days on end :(
Post by: Jobe on September 01, 2008, 08:37:20 AM
It's in the channel block of Eggdrop config file.
This only applies to new channels (.+chan <channel>) if I remember correctly.

To apply it to existing channels you can use .chanset <channel> idle-kick <time>
Title: Re: Ideling for days on end :(
Post by: Louisthemoose on September 01, 2008, 05:33:44 PM
K thanks much I'll set it up that way  , was just hoping anope could do it  :)
Title: Re: Ideling for days on end :(
Post by: katsklaw on September 01, 2008, 06:19:53 PM
K thanks much I'll set it up that way  , was just hoping anope could do it  :)

Anope has no business doing tasks that clients are more than capable of doing. This task is the perfect example of a client task.
Title: Re: Ideling for days on end :(
Post by: OpEn on September 18, 2008, 01:00:19 AM
Hello Louisthemoose,

If you are the IRC network owner you would also want have a look at this
module by Jan (Viper) http://modules.anope.org/viewmod.php?id=32 (http://modules.anope.org/viewmod.php?id=32)
Title: Re: Ideling for days on end :(
Post by: katsklaw on September 18, 2008, 01:01:54 AM
Hello Louisthemoose,

If you are the IRC network owner you would also want have a look at this
module by Jan (Viper) http://modules.anope.org/viewmod.php?id=32 (http://modules.anope.org/viewmod.php?id=32)

This module has absolutely nothing to do with this thread.