Advertisement
wollux

collision IRC whois

Aug 29th, 2014
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.90 KB | None | 0 0
  1. raw *:* {
  2. if ($numeric == 311) {
  3.     echo -ag 7____________________________________
  4.     echo -ag 7__4| 11whois 3start 0( $2 0)
  5.     echo -ag 7__4| 11address3: $3 $+ @ $+ $4
  6.     echo -ag 7__4| 11name3: $6-
  7.     halt
  8.   }
  9.   elseif ($numeric == 319) { echo -ag 7__4| 11chans3: $3- | halt }
  10.   elseif ($numeric == 312) { echo -ag 7__4| 11server3: $3 0( $4- 0) | halt }
  11.   elseif ($numeric == 378) { echo -ag 7__4| 11connected from3: $6 0( $7 0) | halt }
  12.   elseif ($numeric == 313) { echo -ag 7__4| 11oper status3: $5- | halt }
  13.   elseif ($numeric == 379) { echo -ag 7__4| 11modes3: $6 0( 11snomask3: $7 0) | halt }
  14.   elseif ($numeric == 317) { echo -ag 7__4| 11idle for3 $duration($3) 12/11 signed on at3 $asctime($4)  | halt }
  15.   elseif ($numeric == 318) { echo -ag 7__4| 11whois 3end | halt }
  16. }
  17.  
  18. alias whois { whois $1 $1 | haltdef }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement