mIRC Home    About    Download    Register    News    Help

Print Thread
#7130 18/01/03 04:11 AM
Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
i want do a query(private message) counter

thnx

how can i do it

Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
on *:OPEN:?: inc %Total.Query.Count


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
why are you so genius thnx for everything

Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
on *:OPEN:?: inc %Total.Query.Count

who can i saw the query number

Joined: Dec 2002
Posts: 11
D
Pikka bird
Offline
Pikka bird
D
Joined: Dec 2002
Posts: 11
Code:
  //echo -a %Total.Query.Count  


DixrouE
Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
i cant do it work buaa bua
can you help me

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
The script Hammer gave you will increase %Total.Query.Count every time a query window is opened. Close all open query windows and msg yourself and it will increase %Total.Query.Count by 1. If the query window is already open and you recieve a message %Total.Query.Count won't increase.

Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
%query 0

on *:OPEN:?: {

inc %Query

echo -s te ha mandado un privado $nick
.titlebar Privado N®: %query


this is a version i do right now :O) thanx all for the help



Link Copied to Clipboard