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 |
|
|
Introduction
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.
mIRC Snippet:
Temporary Ban Alias
Posted on Jul 26, 2007 10:59 am
Posted on Jul 26, 2007 10:59 am
Use local vars so you do not need to use /unset
mIRC Snippet:
Temporary Ban Alias
Posted on Jul 27, 2007 7:38 am
Posted on Jul 27, 2007 7:38 am
Thanks Manpreet :)
mIRC Snippet:
Temporary Ban Alias
Posted on Dec 17, 2007 3:32 pm
Posted on Dec 17, 2007 3:32 pm
rather than if ($1 == $null), you can just do if (!$1) or !$2 etc...
mIRC Snippet:
Temporary Ban Alias
Posted on Jun 22, 2008 9:17 pm
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:)




