diff -r e4891ab34fb1 -r 27294de7b0d3 hgpoll.py --- a/hgpoll.py Sat Nov 29 10:11:42 2014 -0500 +++ b/hgpoll.py Sat Nov 29 10:45:51 2014 -0500 @@ -169,8 +169,7 @@ for channel in irc_client.channels: if channel.get_value ('btannounce', default=True): irc_client.privmsg (channel.get_value ('name'), - "%s: commit %s fixes issue %d: %s" - % (repo_name, commit_node, ticket_id, commit_message)) + "%s: commit %s FIXES issue %d" % (repo_name, commit_node, ticket_id)) irc_client.privmsg (channel.get_value ('name'), "Read all about it here: " + Bt.get_ticket_url (ticket_id))