I don’t think an specialized command exists for that. But you can use
\addcontentsline{toc}{chapter}{#1}
to add it to the TOC. BTW, I didn’t have problems with \chapter* and fancy, so I used:
\newcommand\chap[1]{%
\chapter*{#1}%
\addcontentsline{toc}{chapter}{#1}}