mIRC Homepage
Posted By: verdugo2000 how can i do a query count - 18/01/03 04:11 AM
i want do a query(private message) counter

thnx

how can i do it
Posted By: Hammer Re: how can i do a query count - 18/01/03 04:22 AM
on *:OPEN:?: inc %Total.Query.Count
Posted By: verdugo2000 Re: how can i do a query count - 18/01/03 04:25 AM
why are you so genius thnx for everything
Posted By: verdugo2000 Re: how can i do a query count - 18/01/03 04:30 AM
on *:OPEN:?: inc %Total.Query.Count

who can i saw the query number
Posted By: DixrouE Re: how can i do a query count - 18/01/03 04:36 AM
Code:
  //echo -a %Total.Query.Count  
Posted By: verdugo2000 Re: how can i do a query count - 18/01/03 04:54 AM
i cant do it work buaa bua
can you help me
Posted By: Collective Re: how can i do a query count - 18/01/03 05:02 AM
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.
Posted By: verdugo2000 Re: how can i do a query count - 18/01/03 05:28 AM
%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

© mIRC Discussion Forums