A few of my scripts ( Kick ,Ban ,Op)
Please Register to submit score.
| Average Score | 1.5 |
| Scores Submitted | 2 |
| Date Added | Aug 28, 2006 |
| Last Updated | Aug 28, 2006 |
| Tags | help kick op register |
Introduction
!kick <nick> <message (optional) >
Help register script:
Let them say !register help.
Op script !+ <nick>
My very first scripts (with some help from maiki)
mIRC Snippet:
A few of my scripts ( Kick ,Ban ,Op)
Posted on Aug 28, 2006 5:16 am
Posted on Aug 28, 2006 5:16 am
Op script !+ <nick> My very first scripts (with some help from maiki)
mIRC Snippet:
A few of my scripts ( Kick ,Ban ,Op)
Posted on Aug 28, 2006 5:38 am
Posted on Aug 28, 2006 5:38 am
don't use #channel, use either # or $chan. furthermore, you forgot to replace some channels (like #die or #LisanneChat).
why limit this to halfop ? check if the one who issued the command is at least halfop (that means including ops too).
using on 1:TEXT:*!kick*:* has some problems. for example, the trigger will set off if you recieve the text !kick either in prv or in a channel, regardless of it's possition or if there are any other chars appended to it. (this means it will set off for !kick, adsf!kickSDa and any other combinations with !kick inside -> this makes the use of $2 useless)
why limit this to halfop ? check if the one who issued the command is at least halfop (that means including ops too).
using on 1:TEXT:*!kick*:* has some problems. for example, the trigger will set off if you recieve the text !kick either in prv or in a channel, regardless of it's possition or if there are any other chars appended to it. (this means it will set off for !kick, adsf!kickSDa and any other combinations with !kick inside -> this makes the use of $2 useless)
mIRC Snippet:
A few of my scripts ( Kick ,Ban ,Op)
Posted on Aug 28, 2006 6:30 am
Posted on Aug 28, 2006 6:30 am
if ( $nick ishalfop $chan ) {
that means that halfop and anyone higher , can use it right?
that means that halfop and anyone higher , can use it right?
mIRC Snippet:
A few of my scripts ( Kick ,Ban ,Op)
Posted on Aug 29, 2006 2:54 am
Posted on Aug 29, 2006 2:54 am
no, it only means that halfops can use it



