Jump to content
coders-irc_Bot

DeluXe Whois

Recommended Posts

  • Administrators
Posted

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 }

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...