Public paste
whois.mrc
By: KingChaos | Date: Dec 15 2006 20:27 | Format: None | Expires: never | Size: 682 B | Hits: 1298

  1. on *:TEXT:.whois*:#:{
  2.   .enable #whois
  3.   set %n3 $2
  4.   set %n4 $chan
  5.   set %n5 $nick
  6.   whois $2
  7.   timer5 1 3 .disable #whois
  8. }
  9.  
  10. #whois off
  11. RAW 311:*: {
  12.   timer1 1 1 notice %n5 7 $+ $2 14Is 4:14 =(7 $+ $mid($gettok($2-,2,42),2,99) $+ 14)=
  13.   timer2 1 2 notice %n5 7 $+ $2  $+ 14 Address Is 4:14 =(7 $+ $mid($address($2,1),4,99) $+ 14)=
  14.   halt
  15. }
  16. raw 313:*:{
  17.   timer3 1 3 notice %n5 7 $+ $2 14Is 4: 14=(7 $+ IRC Operator $+ 14)=  
  18.   halt
  19. }
  20. raw 319:*:{
  21.   timer4 1 4 notice %n5 7 $+ $2 14Is On Channels 4: 14=(7 $+ $replace($3-,^,4^7,*,4*7,@,4@7,%,4%7,+,4+7) $+ 14)=  
  22.   halt
  23. }
  24. #whois end
  25.