Top

color whois (RAW)


mIRC Code

Please Register to submit score.
Bookmark and Share
Average Score  2.7 (of 3 scores)
Date Added  Jan 21, 2006
Last Updated  Jan 21, 2006
Tags  whois 

Description

just load it into ur remotes and whois anyone
note: i tried this on IrCQ-net and donno abt other network maybe on specific networks u will find missing raws...plz let me know if so

Grab the Code

RAW 310:*: { halt }
RAW 307:*: { halt }
RAW 312:*: { halt }
RAW 313:*: { halt }
RAW 319:*: {
  echo -a 7 $+ $2 14Is On Channels 4: 14=(7 $+ $replace($3-,^,4^7,*,4*7,@,4@7,%,4%7,+,4+7) $+ 14)=  
  halt
}
RAW 301:*: {
  echo -a 7 $+ $2 14Is Away Reason 4:7 14=(7 $+ $3- $+ 14)= 
  halt
}
RAW 311:*: {
  set -u1 %x 1
  echo -a 4==14=============7=14=========7=14=========4Whois Report14=========7=14=============7=14===========4==
  echo -a 7 $+ $2 14Is 4:14 =(7 $+ $mid($gettok($2-,2,42),2,99) $+ 14)=
  echo -a 7 $+ $2  $+ 14 Address Is 4:14 =(7 $+ $mid($address($2,1),4,99) $+ 14)=
  halt
}
RAW 317:*: { 
  echo -a 7 $+ $2 14Has Signed on 4:14 =(4   $replace($duration($calc($ctime - $4)),wk,7 Week4,min,7 Minute4,sec,7 Secound4,day,7 Day4,hr,7 Hour4) 14)=
  echo -a 7 $+ $2 14Has been idle for 4:14 =(4 $replace($duration($3),wk,7 Week4,min,7 Minute4,sec,7 Secound4,day,7 Day4,hr,7 Hour4) 14)=
  halt
}
RAW 318:*: if (%x) { 
  echo -a 4==14============7=14=========7=14=======4End Of Whois Report14=======7=14=======7=14===============4== 
  halt 
} 
else { halt }
 

Comments

  (8)  RSS
redriver
Comments: 4
 
mIRC Snippet:  color whois (RAW)
Posted Feb 06, 2006
works well on rizon. nice
Joystyk
Comments: 11
 
mIRC Snippet:  color whois (RAW)
Posted Sep 19, 2006
not working for me mate.
S*A*U*R*A*B*H
Comments: 40
 
mIRC Snippet:  color whois (RAW)
Posted May 01, 2007
Nice.
Darkkeeper
Comments: 84
 
mIRC Snippet:  color whois (RAW)
Posted Jul 21, 2007
sweet, thx man, i learned rawmodes off this snipplet XD!!
mountaindew
Comments: 1,828
 
mIRC Snippet:  color whois (RAW)
Posted Oct 05, 2007
Code:

else { halt }

that is pointless
Code:

RAW 310:*: { halt }
RAW 307:*: { halt }
RAW 312:*: { halt }
RAW 313:*: { halt }

u can do
Code:

raw *:*: if ($istok($numeric,310 307 312 313,32)) halt
mountaindew
Comments: 1,828
 
mIRC Snippet:  color whois (RAW)
Posted Oct 05, 2007
sorry, its
Code:

raw *:*: if ($istok(310 307 312 313,$numeric,32)) halt
Korvin
Comments: 421
 
mIRC Snippet:  color whois (RAW)
Posted Jan 06, 2008
im gunna use some of this for my whois thing on my theme =D
Reezy
Comments: 26
 
mIRC Snippet:  color whois (RAW)
Posted Mar 07, 2009
Nice work

Commenting Options

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

  

Bottom