on *:Dialog:nicklist:init:*: {
dll dlls\rebar.dll Dock $dialog($dname).hwnd > right
dll $mdx SetMircVersion $version
dll $mdx MarkDialog $dname
dll $mdx SetDialog $dname style sysmenu
dll $mdx SetControlMDX $dname 11 ListView report single noheader > $views
dll $mdx SetDialog $dname bgcolor $rgb(0,0,0)
dll $mdx SetFont $dname 1,10,29,30,47,53 -12 600 Courier New
dll $mdx SetFont $dname 2,4,6,8 -17 600 Arial
dll $mdx SetFont $dname 14 -13 600 Arial
dll $mdx SetColor $dname 31,32,26,3,5,7,9,20,41,42,15,60 text $rgb(255,0,0)
dll $mdx SetColor $dname 2,4,6,8,14 text $rgb(252,252,252)
dll $mdx SetColor $dname 31,32,26,3,5,7,9,20,41,42,15,60 textbg $rgb(0,0,0) << (black theme)
dll $mdx SetColor $dname 2,4,6,8,14 textbg $rgb(0,0,0)<<(black theme)
dll $mdx SetColor $dname 1,10,29,30,47,53,2,4,6,8,14 background $rgb(0,0,0) <<(black theme)
did -i $dname 11 1 headerdims 160
did -i $dname 11 1 iconsize normal small
did -i $dname 11 1 seticon normal 0, $+ $ico(bcn.ico)
did -i $dname 11 1 seticon normal 0, $+ $ico(owner.ico)
did -i $dname 11 1 seticon normal 0, $+ $ico(host.ico)
did -i $dname 11 1 seticon normal 0, $+ $ico(spec.ico)
did -i $dname 11 1 seticon normal 0, $+ $ico(norm.ico)
did -i $dname 11 1 seticon normal 0, $+ $ico(ignore.ico)
did -i $dname 11 1 seticon normal 0, $+ $ico(cup.ico)
did -i $dname 11 1 seticon normal 0, $+ $ico(voice.ico)
}