Top

Information On Query/PM


mIRC Code
+ 1 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Aug 01, 2008
Last Updated  Aug 17, 2008
Tags  pm  query 

Introduction

Its shows date, nick, server, networks, common channels, total open query's, total query's and total Query's from the person sending you a pm.

Screenshot:



»» Add to your remotes, set personal message(s)





Comments very welcome :^

Grab the Code

on *:OPEN:?: {
  inc %pmcounter
  inc %total $+ $address($nick,2)
  set %adress $address($nick,2)
  var %nchan = 1  
  set %commonchans >
  while (%nchan <= $comchan($nick,0)) { 
    set %commonchans %commonchans $comchan($nick,%nchan)
    inc %nchan 
  }
  set %commonchans $remove(%commonchans,>)
  /echo $nick $timestamp »»» Date: $date
  /echo $nick $timestamp »»» Query Opened With: $nick 
  /echo $nick $timestamp »»» $nick is: %adress 
  /echo $nick $timestamp »»» Common Channels: %commonchans  
  /echo $nick $timestamp »»» Total Open Query's: $Query(0) $+ . 
  /echo $nick $timestamp »»» Total Query's since ENTERDATEHERE $+ : %pmcounter $+ . 
  /echo $nick $timestamp »»» Total Query's From $nick since ENTERDATEHERE $+ : %Total [ $+ [  $address($nick,2) ] ] $+ .
}

Comments

  (1)  RSS
soujirovalk
Comments: 2
 
mIRC Snippet:  Information On Query/PM
Posted on Sep 30, 2008 10:45 pm
very good !!

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom