CyBoRg Whois - CdCyBoRg

By cdcyborg on Nov 08, 2005

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".

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

Sign in to comment.
cdcyborg   -  Feb 18, 2008

yeah, i put it like that incase you have a diffrent timestamp like i do.

mine is

4{HH4:MM4:SS4}

 Respond  
Fossa   -  Nov 08, 2005

u could remove the alias timeformat and use $timestamp or $time instead of $timeformat.

 Respond  
cdcyborg   -  Nov 08, 2005

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 =)

 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.