# HG changeset patch # User Mikael Berthe # Date 1214056704 -7200 # Node ID 000989fcd3d308f0b29636508720b6affa3c8bf6 # Parent bb490225288868117620d9a7168c12f9c6e819d9 Add README file diff -r bb4902252888 -r 000989fcd3d3 README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Sat Jun 21 15:58:24 2008 +0200 @@ -0,0 +1,10 @@ +mcevent.py README file +====================== + +This simple Python script reads mcabber event messages from the standard input +and can play sounds, display popup notifications and use a speech synthesizer +to notify the user. + +It can be used to have local notifications with a remote mcabber instance. + +Mikael