Can you somehow filter for bounty tournaments with NC? Theres nothing in the interface but in .xml files there are those lines:
<TableTypes>
<TableTypes>StandardTournament</TableTypes>
<TableTypes>StepsTournament</TableTypes>
<TableTypes>BountyTournament</TableTypes>
<TableTypes>HeadsUpTournament</TableTypes>
<TableTypes>RebuyTournament</TableTypes>
<TableTypes>ShootoutTournament</TableTypes>
<TableTypes>DoubleOrNothing</TableTypes>
</TableTypes>



but deleting
<TableTypes>BountyTournament</TableTypes>
doesnt change anything.