LimitServ - A service bot for IRC channels to automatically voice and set channel limits.

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
acidvegas
Posts: 8
Joined: Sat Feb 04, 2017 12:58 am
Location: Olympia, Greece
Contact:

LimitServ - A service bot for IRC channels to automatically voice and set channel limits.

Post by acidvegas »

LimitServ

Requirements
Python (Note: This script was developed to be used with the latest version of Python.)

Information
The bot will automatically give voice (+v) to people after they have been in a channel for a certain amount of time.
It will also set a channel limit (+l) every few minutes to limiting the channel to only allow a certain amount of more users.
Basically if limit_delay is 300 and max_limit is 10, then every 5 minutes the channel will only allow 10 more users then it currently has.
This is entirely to prevent people from loading a massive amount of bots or clones into the channel at once.

DOWNLOAD / SOURCE
acidvegas
Posts: 8
Joined: Sat Feb 04, 2017 12:58 am
Location: Olympia, Greece
Contact:

Re: LimitServ - A service bot for IRC channels to automatically voice and set channel limits.

Post by acidvegas »

Updated - source cleaned up, fixed a few issues, and more.

source : https://github.com/acidvegas/limitserv
mirror: https://git.sueprnets.org/acidvegas/limitserv
Locked