alias settings {
@ list = [color statbar message interface whois names nickcomp publics cdcc echo away version]
@ vlist = [$theme $btheme $mtheme $ftheme $wtheme $stheme $ntheme $ptheme $ltheme $etheme $xtheme $vtheme]
@ word = 0
echo $G ${h0}${x}
echo $G ${h0} ${x} ${hw}theme settings${h0}:${x}
while (word < [$#list]) {
  echo $G ${h0} ${x} $setfmt($[20]word($word $list)) $word($word $vlist)
  @ word = word + 1
}	
echo $G ${h0}${x}
}
