Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

DeluXe Whois II

Recommended Posts

  • Administrators

DeluXe Whois II

 

Using mIRC's raw numeric events, this script modifies the information that is shown when you do /whois or /whowas. Shows more info on the user.

 

>;DeluXe Whois II - By Neo Nemesis;whois script raw 311:*: { echo -a  $+ $color(whois) $+ - | echo -a 12*!*14 DeluXe Whois II 12*!*4 ( $+ $2 $+ )12 *!* | echo -a 4Hostmask: $+ $color(whois) *!*@ $+ $4 $+  | echo -a 4E-mail: $+ $color(whois) $3 $+  | echo -a 4Fullname: $+ $color(whois) $6- $+  | halt }raw 307:*: { echo -a 4Registered: $+ $color(whois) $4- $+  | halt }raw 319:*: { echo -a 4Channels: $+ $color(whois) $3- $+  | halt }raw 312:*: { if (%whowas != $true) { echo -a 4Server: $+ $color(whois) $3 $+  | echo -a 4IRCd: $+ $color(whois) $4- $+  | halt } | elseif (%whowas == $true) { echo -a 4Server: $+ $color(whois) $3 | echo -a 4Date: $+ $color(whois) $4- | unset %whowas | halt } }raw 317:*: { echo -a 4Idle time: $+ $color(whois) $duration($3) $+  | echo -a 4Sign on: $+ $color(whois) $asctime($4) $+  | halt }raw 313:*: { echo -a 4IRCop: $+ $color(whois) $5- $+  | halt }raw 310:*: { echo -a 4Helpful: $+ $color(info) $3- $+  | halt }raw 309:*: { echo -a 4Language: $+ $color(info) $3- $+  | halt }raw 325:*: { echo -a 4Language Filter: $+ $color(info) $3- $+  | halt }raw 301:*: { echo -a 4Away: $+ $color(info) $3- $+  | halt }raw 318:*: { echo -a 12*!*14 End of /whois 12*!* | echo -a  $+ $color(whois) $+ - | halt }raw 314:*: { %whowas = $true | echo -a  $+ $color(whois) $+ - | echo -a 12*!*14 DeluXe Whowas 12*!*4 ( $+ $2 $+ )12 *!* | echo -a 4Hostkmask: $+ $color(whois) *!*@* $+ $4 $+  | echo -a 4E-mail: $+ $color(whois) $3 $+  | echo -a 4Fullname: $+ $color(whois) $6-  | halt }raw 406:*: { echo -a  $+ $color(whois) $+ - | echo -a 12*!*14 $2 there was no such nickname. 12*!* | halt }raw 369:*: { echo -a 12*!*14 End of /whowas 12*!* | echo -a  $+ $color(whois) $+ - | halt }raw 344:*: { echo -a 4SSL: $+ $color(whois) $4- $+  | halt }raw 334:*: { if (interests isin $1-) { echo -a 4Interests: $+ $color(whois) $4- $+  } | elseif (location isin $1-) { echo -a 4Location: $+ $color(whois) $4- $+  } | elseif (occupation isin $1-) { echo -a 4Occupation: $+ $color(whois) $4- $+  } | halt }raw 379:*: { echo -a 4User Modes: $+ $color(whois) $6- | halt }raw 671:*: { echo -a 4Secure Connection: $+ $color(whois) $3- | halt }raw 320:*: { echo -a 4Info: $+ $color(whois) $3- | halt }raw 338:*: { echo -a 4IP: $+ $color(whois) $3- | halt }raw 340:*: { echo -a 4IP: $+ $color(whois) $2- | halt } 

Link to comment
Share on other sites



×
×
  • Create New...