Advertisement
makimaki

NickLust

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