diff -r 2a56ccf67782 -r 5e32ab7ae823 hgpoll.py --- a/hgpoll.py Sat Nov 29 16:53:32 2014 +0200 +++ b/hgpoll.py Sat Nov 29 17:03:10 2014 +0200 @@ -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))