# HG changeset patch # User Xerxes R?nby # Date 1298468240 -3600 # Node ID f644988c61fd9304870ee9c607d12469aa6eb0ef # Parent f9e38dc5abc3629ebabcd7ce669a3b3a74362f1c Make cpitbb less chatty. 2011-02-23 Xerxes Ranby Make cpitbb less chatty. cpitbb only checks if the word exist in the wordlist. Removed all word-key pairs that triggered unexpected operation. diff -r f9e38dc5abc3 -r f644988c61fd icedtea/master.cfg --- a/icedtea/master.cfg Wed Feb 23 14:28:09 2011 +0100 +++ b/icedtea/master.cfg Wed Feb 23 14:37:20 2011 +0100 @@ -742,17 +742,10 @@ channels=["#openjdk"], allowForce=False, notify_events={ - 'started': 0, - 'finished': 0, - 'success': 0, - 'failure': 0, - 'exception': 0, 'successToFailure': 1, 'successToException': 1, 'failureToSuccess': 1, - 'failureToException': 0, - 'exceptionToSuccess': 1, - 'exceptionToFailure': 0 + 'exceptionToSuccess': 1 })) # Allows command line and gui listening.