mIRC Home    About    Download    Register    News    Help

Print Thread
#49790 16/09/03 09:15 PM
Y
You
You
Y
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

#49791 16/09/03 09:35 PM
T
theRat
theRat
T
just rip it off from the script you've seen it...

#49792 16/09/03 10:31 PM
K
KoRn18
KoRn18
K
just rip it? ripping isnt cool...

#49793 16/09/03 11:31 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
get over it.

#49794 17/09/03 04:22 AM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
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.

#49795 17/09/03 07:38 AM
P
pheonix
pheonix
P
Quote:
The simplest kick counter is:

on me:*:KICK:#:{ inc %kick }

#49796 17/09/03 09:27 AM
T
theRat
theRat
T
Quote:

The simplest kick counter is:

on me:KICK:#: inc %kick

grin grin grin grin

#49797 17/09/03 09:52 AM
P
pheonix
pheonix
P
that wont work unless you have a user level called "me" smirk

#49798 17/09/03 10:06 AM
T
theRat
theRat
T
darn... But I'm pretty sure that used to work...

#49799 17/09/03 12:26 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
me is a user level known in mirc. Mirc recognizes it as themsself, not another user.

#49800 17/09/03 12:49 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
No it isn't, me is a prefix and should be used as pheonix posted originally.


Link Copied to Clipboard