Top

CyBoRg Whois - CdCyBoRg


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  2.0 (of 1 scores)
Date Added  Nov 08, 2005
Last Updated  Nov 08, 2005
Tags  best  cdcyborg  cool  cyborg  script  snippet  status  whois  wicked 

Description

Just put the script in Alt + R, Then change the second line to the date format you want to be shown next to the Whois.
The script displays the "Whois" in a "@Whois" but i also made the script able to display it into the Status window still, To enable it to send it to the Status window again, Change the "no" where it says: "alias showstatus { return no }" to a "yes".

Grab the Code

alias timeformat {
$time
}
alias showstatus { return no }
 
raw 311:*:{ 
  if ($showstatus == yes) { 
    echo 7=4=7=4= Whois $2 7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=
    echo $timeformat $2 is $3 $+ @ $+ $4 $5-
  }
  window @Whois
  aline @Whois 7=4=7=4= Whois $2 7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=7=4=
  aline @Whois $timeformat $2 is $3 $+ @ $+ $4 $5-
  halt
}
raw 301:*:{ 
  if ($showstatus == yes) { echo $timeformat $2 is also away $3- }
  aline @Whois $timeformat $2 is also away $3-
  halt
}
raw 307:*:{ 
  if ($showstatus == yes) { echo $timeformat $2 is a registered user on $network }
  aline @Whois $timeformat $2 is a registered user on $network
  halt
}
raw 312:*:{ 
  if ($showstatus == yes) {   echo $timeformat $2 is connected to: $3 ( $+ $4 $+ ) }
  aline @Whois $timeformat $2 is connected to: $3 ( $+ $4 $+ )
  halt
}
raw 313:*:{ 
  if ($showstatus == yes) {   echo $timeformat $2 is an IRCop }
  aline @Whois $timeformat $2 is an IRCop
  halt
}
raw 317:*:{ 
  if ($showstatus == yes) {   echo $timeformat $2 has been idle for: $duration($3) }
  aline @Whois $timeformat $2 has been idle for: $duration($3)
  if ($showstatus == yes) {   echo $timeformat $2 Has Been Logged On Since: $asctime($4) }
  aline @Whois $timeformat $2 Has Been Logged On Since: $asctime($4)
  halt 
}
raw 319:*:{ 
  if ($showstatus == yes) {   echo $timeformat $2 is in: $3- }
  aline @Whois $timeformat $2 is in: $3-
  halt
}
 
raw 318:*:{ 
  halt
}
 

Comments

  (3)  RSS
cdcyborg
Comments: 8
 
mIRC Snippet:  CyBoRg Whois - CdCyBoRg
Posted on Nov 8, 2005 12:01 pm
This aint so good because i saw some other guy didn;t know how to make it go into a window, so i thought, ok.. I will make a quick one coz i bored =) I also have other scripts, i will post them on here whenever =)
Fossa
Comments: 13
 
mIRC Snippet:  CyBoRg Whois - CdCyBoRg
Posted on Nov 8, 2005 1:27 pm
u could remove the alias timeformat and use $timestamp or $time instead of $timeformat.
cdcyborg
Comments: 8
 
mIRC Snippet:  CyBoRg Whois - CdCyBoRg
Posted on Feb 18, 2008 12:20 am
yeah, i put it like that incase you have a diffrent timestamp like i do.

mine is

4{HH4:MM4:SS4}

Commenting Options

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

  

Bottom