Advertisement
kool

Who is theme

Apr 10th, 2011
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.78 KB | None | 0 0
  1. on 1:load: {
  2.   echo -a 4*****11 whois by 4[85]
  3.   echo -a 4*****11 server: irc.utonet.org
  4.   echo -a 4*****11 channel: #kool
  5. }
  6. raw 301:*: {
  7.   echo -a 0·4away9:0 $3-
  8.   halt
  9. }
  10. raw 307:*: {
  11.   echo -a 0·4registred9:0 Yes
  12.   halt
  13. }
  14. raw 310:*: {
  15.   echo -a 0·4IRC helper9:0 Yes
  16.   halt
  17. }
  18. raw 311:*: {
  19.   echo -a 4-------------=[ /whois $2 ]=-------------
  20.   echo -a 0·4username9:0 $6-
  21.   echo -a 0·4vhost9:0 $3 $+ 4@0 $+ $4
  22.   halt
  23. }
  24. raw 378:*: {
  25.   echo -a 0·4localhost9:0 $6  
  26.   echo -a 0·4IP9:0 $7
  27.   halt
  28. }
  29. raw 379:*: {
  30.   echo -a 0·4usermodes9:0 $6-
  31.   halt
  32. }
  33. raw 671:*: {
  34.   echo -a 0·4secure connection9:0 Yes
  35.   halt
  36. }
  37. raw 312:*: {
  38.   echo -a 0·4network9:0 $network
  39.   echo -a 0·4server9:0 $3
  40.   echo -a 0·4description9:0 $4-
  41.   halt
  42. }
  43.  
  44. raw 313:*: {
  45.   echo -a 0·4network rank9:0 $5-9
  46.   halt
  47. }
  48.  
  49. raw 319:*: {
  50.   echo -a 0·4channels9:0 $Replace($3-,~,4~14,&,4&4,@,4@14,%,4%14,+,2+14)
  51.   halt
  52. }
  53. raw 317:*: {
  54.   echo -a 0·4signed on9:0 $asctime($4,dddd mm/dd/yyyy HH:nn'tt)
  55.   echo -a 0·4idle9:0 $duration($3)
  56.   echo -a 0·4total online time9:0 $duration($calc($ctime - $4))
  57.   halt
  58. }
  59. raw 335:*: {
  60.   echo -a 0·4bot9:0 Yes
  61.   halt
  62. }
  63. raw 318:*: {
  64.   haltdef
  65.   var %whois.Clones $ial($address($2,2),0)
  66.   if (%whois.Clones > 1) {
  67.     echo -a 0·4user9:0 $2 have $calc($ial($address($2,2),0) - 1) clones on $server
  68.     var %iee $ial($address($2,2),0)
  69.     while %iee {
  70.       if ($gettok($ial($address($2,2),%iee),1,33) != $2) {
  71.         echo -a 0·4clone detected at9:0 $addtok($replace($ial($v1),!,$chr(40)),$chr(32),41)
  72.       }
  73.       dec %iee
  74.     }
  75.   }
  76.   echo -a 4---------=[ end of /whois $2 ]=---------
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement