Information On Query/PM

By Yilena on Aug 01, 2008

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:
Image

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

Comments very welcome :^

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

Sign in to comment.
soujirovalk   -  Sep 30, 2008

very good !!

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.