Easy Ban and Unban Timer
Please Register to submit score.
| Average Score | 8.0 |
| Scores Submitted | 2 |
| Date Added | Oct 24, 2007 |
| Last Updated | Oct 24, 2007 |
| Tags | ban djfluid easy timer |
Introduction
This is a simple ban script that bans by the minute so that you don't have to calculate the seconds. Just type ban <nick> and a time. For example ban AnnoyingBot 5. It sets a ban on the nick host for 5 minutes. Haven't figured out how to do an $address($2,6) for an unban as it doesn't seem to work with my version of irc. So for now you still have to go to the channel modes if you want to unban earlier.
If you don't specify a time it's an auto unban in 2 minutes.
mIRC Snippet:
Easy Ban and Unban Timer
Posted on Oct 24, 2007 10:24 pm
Posted on Oct 24, 2007 10:24 pm
very nice man, kudos! XD
mIRC Snippet:
Easy Ban and Unban Timer
Posted on Oct 25, 2007 1:50 pm
Posted on Oct 25, 2007 1:50 pm
first of alll, u should check for $3
second, do on @*:
third, instead of doin two ifs, u can do
second, do on @*:
third, instead of doin two ifs, u can do
| Code: |
.timer 1 1 describe $chan banned $2 for $3 $iif($3 > 1,minutes,minute) on $adate |
mIRC Snippet:
Easy Ban and Unban Timer
Posted on Mar 2, 2008 3:33 am
Posted on Mar 2, 2008 3:33 am
Hmm, Pepsi and Mountain Dew...my two favorite drinks! XD
It's nice to see that some people know that the -u switch exist, and use it for once! The only problem with this (and there's nothing you can do about it) is that it's local. Meaning that you have to be logged on until that time is up...or the user will never be unbanned.
In my opinion, IRC Servers, or maybe somehow, mIRC itself...should have a feature where you can set a timed ban and it will auto-unban the person with the use of ChanServ or something like that.
Well, it's nice to see simple scripts like this...I also like the ".timer" - I'll have to use those from now on, that way I'm not flooding my screen with text :D
It's nice to see that some people know that the -u switch exist, and use it for once! The only problem with this (and there's nothing you can do about it) is that it's local. Meaning that you have to be logged on until that time is up...or the user will never be unbanned.
In my opinion, IRC Servers, or maybe somehow, mIRC itself...should have a feature where you can set a timed ban and it will auto-unban the person with the use of ChanServ or something like that.
Well, it's nice to see simple scripts like this...I also like the ".timer" - I'll have to use those from now on, that way I'm not flooding my screen with text :D




