PtokaX forum

Archive => Archived 4.0 boards => Request for Lua 4 scripts => Topic started by: TTB on 11 February, 2005, 18:20:51

Title: Timeban with delay
Post by: TTB on 11 February, 2005, 18:20:51
hi,

is it possible to timeban someone after xx minutes? And if is it possible, can someone make this?

Something like:  

#tban

where would be te time in minutes..., like:

#tban Viper 15 30 Ban after 15 minutes

Maybe the user can get every 5 min. a notification with it...


Thanx
Title:
Post by: TTB on 14 February, 2005, 02:15:22
not that much reply's... I understand, this kind of things are not that easy to make, and there must be a kind of txt and a timer what will check every minute if there is someone to be timebanned...
Title:
Post by: Ruri_Ruri on 14 February, 2005, 02:28:07
why would you want anything like this? the whole point in a ban it to get somebody out and banned straight away, not in 20 minuts or 2 hours or something

nobody has done it, because its a waste of time
Title:
Post by: bastya_elvtars on 14 February, 2005, 02:39:31
that's not so a crazy thing, ruri, altho a warning bot is much better.
Title:
Post by: TTB on 14 February, 2005, 03:10:50
That should be a lot better...

A warn bot when detecting something... But it can only be done with a client and a kind of database(connection)... When something is detected (like a forbidden file), the victim gets a warning and XX time to get it out of his share. When the time passes... the victim get's messages every xx minutes, and is banned after x minutes.

Well. I know only 1 person who ever made this, and that is Sedulus (he won't give it away... he has spent a lot of time on it, I guess)...
Title:
Post by: bastya_elvtars on 14 February, 2005, 10:39:06
QuoteOriginally posted by TTB
That should be a lot better...

A warn bot when detecting something... But it can only be done with a client and a kind of database(connection)... When something is detected (like a forbidden file), the victim gets a warning and XX time to get it out of his share. When the time passes... the victim get's messages every xx minutes, and is banned after x minutes.

Well. I know only 1 person who ever made this, and that is Sedulus (he won't give it away... he has spent a lot of time on it, I guess)...

ADLSearch combined with raw commands should be able to do this, or am i wrong?
Title:
Post by: TTB on 14 February, 2005, 10:59:28
In my opinion... you are not totally wrong... because the RAW commands just enters the right code to warn or ban someone... but an user is banned because it has xx warns... And that should be logt somewhere.