Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on ^*:join:#:{
- if ($network == ChatCore) {
- if ($nick == $me) { eXile.nicklist $chan }
- } }
- alias eXile.nicklist {
- nicklust Mark $window(#).hwnd eXile.params rowselect tooltips balloontips hideempty hottrack dlgframe staticedge
- ;Imgs to use
- nicklust AddIcon # > icons\opped.ico
- nicklust AddIcon # > icons\voiced.ico
- nicklust AddIcon # > icons\reg.ico
- ;Op Lvls & text
- nicklust AddGroup # 16 ' 1 > SuperOp(+Q)
- nicklust AddGroup # 15 ~ 1 > SuperOp(+q)
- nicklust AddGroup # 14 & 1 > Admin(+a)
- nicklust AddGroup # 13 . 1 > Owner(+q)
- nicklust AddGroup # 12 @ 1 > Host(+o)
- nicklust AddGroup # 11 % 1 > HelpOP(+h)
- nicklust AddGroup # 10 + 2 > Voiced(+v)
- nicklust SetGroupText # 1 > Participants
- ;View
- nicklust SetGroupView # 1 normal icon
- nicklust SetGroupView # 10 normal icon
- nicklust SetGroupView # 11 normal icon
- nicklust SetGroupView # 12 normal icon
- nicklust SetGroupView # 13 normal icon
- nicklust SetGroupView # 14 normal icon
- nicklust SetGroupView # 15 normal icon
- nicklust SetGroupView # 16 normal icon
- nicklust SetGroupIcon # 1 3
- ;layout
- nicklust SetGroupPos # 16 start
- nicklust SetGroupPos # 15 end
- nicklust SetGroupPos # 14 end
- nicklust SetGroupPos # 13 end
- nicklust SetGroupPos # 12 end
- nicklust SetGroupPos # 11 end
- nicklust SetGroupPos # 10 end
- nicklust SetGroupPos # 1 end
- nicklust SetHeaderFontStyle # bold
- ;color_nlist $chan
- }
- ;Nicklust.dll info
- ;© 2004 Ami Mizuno (Narusegawa-Naru) #Genscripts. All rights reserved.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement