Advertisement
makimaki

Raws

May 8th, 2010
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.94 KB | None | 0 0
  1. raw *:*: {
  2.   if ($2 = PID) {
  3.     echo -a * $3 Profile Link is12 http://www.buzzen.net/profile.aspx?pid= $+ $4-
  4.     window -apdk0w0  @ $+ $3 $+ 's[Profile] iconfile $mircdirimages\eXx.ico
  5.     .noop -a $dll(dll\nHTMLn_2.95.dll,attach,$window(@ $+ $3 $+ 's[Profile]).hwnd)
  6.     .noop -a $dll(dll\nHTMLn_2.95.dll,navigate,http://www.buzzen.net/profile.aspx?pid= $+ $4-)
  7.     halt
  8.   }
  9.   ; var %e $gettok($rawmsg, 2, 32)
  10.   ; if (%e isin 000 001 002 003 004 005 251 265 422 353 329 324 315 366 433 443 803 804 805 819 914 924 927 || %e !isnum ) { halt }
  11.   if ($numeric == 821) { var %n $mid($gettok($rawmsg,1,33),2-) | echo $1 15 $time  %n is back. | cline -m 15 $1 %n | .halt }
  12.   if ($numeric == 822) { var %n $mid($gettok($rawmsg,1,33),2-) | echo $1 15 $time  %n is away  ( $+ $2- $+ ) | cline -m 14 $1 %n | .halt }
  13.   if (buzzen isin $network) && ($1 == $me) && ($left($2,2) == $chr(37) $+ $chr(35)) && ($3- === No such channel) { .raw create $2 }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement