id summary reporter owner description type status priority milestone component version resolution keywords cc irc_client os os_version 793 Twitter items with id 0 are considered to not exist. Isaac Good "bzr 789 twitter id zero is used to indicate ""no such item"" but can be a valid item id. Either you start using -1/MAX for null or go from item 99 to 01. In twitter_handle_command() you assign id then test if(id) ... -> id may be zero and a valid item. Can do: if(id != -1) or if(id != MAX_INT_WHATEVER) or use another variable for a success flag." defect closed normal BitlBee devel fixed id 0 twitter Client-independent Public server