Advertisement
WraithRIOT

YAY NICKLUST :D

Apr 11th, 2011
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.39 KB | None | 0 0
  1. Alias NL { Return Dll\nickLUST3.dll }
  2. on *:join:#:{
  3.   if ($nick == $me) {
  4.     dll $NL Mark $window($chan).hwnd nicklust tooltips balloontips hottrack hideempty
  5.     dll $NL AddIcon $chan 1 > $shortfn(icons\msn.ico)
  6.     dll $NL AddIcon $chan 3 > $shortfn(icons\msn.ico)
  7.     dll $NL AddIcon $chan 4 > $shortfn(icons\msn.ico)
  8.     dll $NL AddIcon $chan 5 > $shortfn(icons\msn.ico)
  9.     dll $NL AddIcon $chan 6 > $shortfn(icons\msn.ico)
  10.     dll $NL SetGroupText $chan 1 > Regular
  11.     dll $NL AddGroup $chan 8 ~ 5 > Owner
  12.     dll $NL AddGroup $chan 12 & 4 > Protect
  13.     dll $NL AddGroup $chan 9 @ 1 > Moderator
  14.     dll $NL AddGroup $chan 10 % 3 > Half Mod
  15.     dll $NL AddGroup $chan 11 + 2 > Voice
  16.     dll $NL AddGroup $Chan 13 custom 6 > Bots
  17.     dll $NL SetGroupPos $chan 1 end
  18.     dll $NL SetColor $chan bkg $rgb(1,1,1)
  19.     dll $NL SetColor $chan tipbkg $rgb(1,1,1)
  20.     dll $NL SetColor $chan tiptext $color(15)
  21.     dll $NL SetColor $chan hottext $color(4)
  22.     dll $NL SetColor $chan divider $color(1) $color(14) $color(15)
  23.     dll $NL SetHeaderFontStyle $chan bold italic
  24.   }
  25.   halt
  26. }
  27. alias nicklust {
  28.   if ($1 == tooltip) {
  29.     return Nick: $3 $+ $crlf $+ Host: $address($3,1) $+ $crlf $+ Ban Mask 4: $address($3,4)
  30.   }
  31.   If ($1 == nickadding && SVCAGENT-* Iswm $3) { Return 13 }
  32.   If ($1 == Nickadding && *Bot Iswm $3) { Return 13 }
  33.   If ($1 == nickadding && $3 == Security) { Return 13 }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement