Anope IRC Services

Anope Development => Feature Requests => Topic started by: lunatic on October 20, 2006, 02:53:19 PM

Title: clearbans like eggdrop
Post by: lunatic on October 20, 2006, 02:53:19 PM
Hi,

A great function that I didn't found in Chanserv/botserv is to be able to set an "auto unban", or a clearbans, like in eggdrop, and to set the time. Then Anope will delete a ban after X minutes.
It's very useful, and I hope you'll develop this.


Thx for your product.
Title:
Post by: n00bie on October 20, 2006, 03:49:40 PM
First, to clear all bans on a channel, you can do:
/chanserv clear #channel bans
or see /chanserv help clear

Second, there is a supported module bundled with the core services, i.e. cs_tban module. Load the module and do
/chanserv TBAN #channel  NICK  TIME
or see /chanserv help tban

Thirdly, there is another 3rd party module called cs_tban_address (http://modules.anope.org/viewmod.php?id=49) which can be downloaded from the new modules site. Check that out :)

[Edited on 20-10-2006 by n00bie]
Title:
Post by: lunatic on October 20, 2006, 04:28:13 PM
I already know about these modules. But maybe missunderstood. I'll tell differently.

I'm looking for a module for telling chanserv to clear each ban, X minutes after they are put. Something like "Maximum time of each ban placed on a channel".
And this have to be for ban placed by a user directly, not placed using chanserv.
It's exactly the function who exists in eggdrop.



Thx!!