Advertisement
makimaki

NickLust

May 8th, 2010
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.53 KB | None | 0 0
  1. on ^*:join:#:{
  2.   if ($network == ChatCore) {
  3.     if ($nick == $me) { eXile.nicklist $chan }
  4. }  }
  5. alias eXile.nicklist {
  6.   nicklust Mark $window(#).hwnd  eXile.params rowselect tooltips balloontips hideempty hottrack  dlgframe staticedge
  7.   ;Imgs to use
  8.   nicklust AddIcon # > icons\opped.ico
  9.   nicklust AddIcon # > icons\voiced.ico
  10.   nicklust AddIcon # > icons\reg.ico
  11.   ;Op Lvls & text
  12.   nicklust AddGroup # 16 ' 1 >  SuperOp(+Q)
  13.   nicklust AddGroup # 15 ~ 1 >  SuperOp(+q)
  14.   nicklust AddGroup # 14 & 1 >  Admin(+a)
  15.   nicklust AddGroup # 13 . 1 >  Owner(+q)
  16.   nicklust AddGroup # 12 @ 1 >  Host(+o)
  17.   nicklust AddGroup # 11 % 1 >  HelpOP(+h)
  18.   nicklust AddGroup # 10 + 2 >  Voiced(+v)
  19.   nicklust SetGroupText # 1 >  Participants
  20.   ;View
  21.   nicklust SetGroupView # 1 normal icon
  22.   nicklust SetGroupView # 10 normal icon
  23.   nicklust SetGroupView # 11 normal icon
  24.   nicklust SetGroupView # 12 normal icon
  25.   nicklust SetGroupView # 13 normal icon
  26.   nicklust SetGroupView # 14 normal icon
  27.   nicklust SetGroupView # 15 normal icon
  28.   nicklust SetGroupView # 16 normal icon
  29.   nicklust SetGroupIcon # 1 3
  30.   ;layout
  31.   nicklust SetGroupPos # 16 start
  32.   nicklust SetGroupPos # 15 end
  33.   nicklust SetGroupPos # 14 end
  34.   nicklust SetGroupPos # 13 end
  35.   nicklust SetGroupPos # 12 end
  36.   nicklust SetGroupPos # 11 end
  37.   nicklust SetGroupPos # 10 end
  38.   nicklust SetGroupPos # 1 end
  39.   nicklust SetHeaderFontStyle # bold
  40.   ;color_nlist $chan
  41.  
  42. }
  43.  
  44.  
  45.  
  46. ;Nicklust.dll info
  47. ;© 2004 Ami Mizuno (Narusegawa-Naru) #Genscripts. All rights reserved.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement