mIRC Homepage
Posted By: You i need help - 16/09/03 09:15 PM
HI all,
this is my frist time using this forum and i have a question that i havent get the aswer to it.

i want to have a raw kick types me in the kick [Percentage:31%, Group:7]

and that meens:
.Percentage: the kicks in this ban type
.Group: the type of kick

please help me to get this command frown
Posted By: theRat Re: i need help - 16/09/03 09:35 PM
just rip it off from the script you've seen it...
Posted By: KoRn18 Re: i need help - 16/09/03 10:31 PM
just rip it? ripping isnt cool...
Posted By: KingTomato Re: i need help - 16/09/03 11:31 PM
get over it.
Posted By: LocutusofBorg Re: i need help - 17/09/03 04:22 AM
And how are we supposed to know what "groups" you have? The simplest kick counter is:

Code:
on *:KICK:#: if ($nick == $me) inc %kicks


As for the groups? Figure out what you mean with that first, and then you could script up something.
Posted By: pheonix Re: i need help - 17/09/03 07:38 AM
Quote:
The simplest kick counter is:

on me:*:KICK:#:{ inc %kick }
Posted By: theRat Re: i need help - 17/09/03 09:27 AM
Quote:

The simplest kick counter is:

on me:KICK:#: inc %kick

grin grin grin grin
Posted By: pheonix Re: i need help - 17/09/03 09:52 AM
that wont work unless you have a user level called "me" smirk
Posted By: theRat Re: i need help - 17/09/03 10:06 AM
darn... But I'm pretty sure that used to work...
Posted By: KingTomato Re: i need help - 17/09/03 12:26 PM
me is a user level known in mirc. Mirc recognizes it as themsself, not another user.
Posted By: Collective Re: i need help - 17/09/03 12:49 PM
No it isn't, me is a prefix and should be used as pheonix posted originally.
© mIRC Discussion Forums