Top

Temporary Ban Alias


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Jul 26, 2007
Last Updated  Jul 26, 2007
Tags  alias  ban  kick  mirc  snippet  temp  temporary 
  Bookmark and Share

Introduction

Made it because I needed it to be brief. Easy to use;

Usage:
/tempban <Nick> <Minutes> <Channel> <Reason (Optional)>

Other Info:
Must be loaded into Aliases unless you change the following.

Change:
Code:

tempban {

To:
Code:

alias tempban {


The above is only neccisary if you wish to place the script in your Remotes.

Grab the Code

Comments

  (5)  RSS
xDaeMoN
Comments: 696
 
mIRC Snippet:  Temporary Ban Alias
Posted on Jul 26, 2007 10:59 am
Use local vars so you do not need to use /unset
Manpreet
Comments: 19
 
mIRC Snippet:  Temporary Ban Alias
Posted on Jul 27, 2007 6:42 am
Works great.
[M]ike
Comments: 33
 
mIRC Snippet:  Temporary Ban Alias
Posted on Jul 27, 2007 7:38 am
Thanks Manpreet :)
mountaindew
Comments: 1,640
 
mIRC Snippet:  Temporary Ban Alias
Posted on Dec 17, 2007 3:32 pm
rather than if ($1 == $null), you can just do if (!$1) or !$2 etc...
Magician0122
Comments: 1
 
mIRC Snippet:  Temporary Ban Alias
Posted on Jun 22, 2008 9:17 pm
Hey umm, I'm new to this site and to scripting(Never made one aha) but...I had scripts before that I just typed !tb (Rest of info you had up there) and it did it, is there anyway to make it like that? And-Do I have to be on that certain mIRC window to do it(Example-I play Runescape, you may of heard of it and I use a program called Swiftkit which has an IRC tool with it. If on that could I use this script to temp ban someone-If my mIRC bot is in the channel of course)? PLease respond:)

Please Register or Login to start posting comments.
Bottom