Top

Comments

  (4)  RSS
VV1mmortl's
krimson
Comments: 47
 
mIRC Snippet:  A few of my scripts ( Kick ,Ban ,Op)
Posted on Aug 29, 2006 2:54 am
no, it only means that halfops can use it
VV1mmortl
Comments: 2
 
mIRC Snippet:  A few of my scripts ( Kick ,Ban ,Op)
Posted on Aug 28, 2006 6:30 am
if ( $nick ishalfop $chan ) {

that means that halfop and anyone higher , can use it right?
krimson
Comments: 47
 
mIRC Snippet:  A few of my scripts ( Kick ,Ban ,Op)
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)
VV1mmortl
Comments: 2
 
mIRC Snippet:  A few of my scripts ( Kick ,Ban ,Op)
Posted on Aug 28, 2006 5:16 am
Op script !+ <nick> My very first scripts (with some help from maiki)
Bottom