ironcamel / vimchat

XMPP Chat for vim
84 stars 11 forks source link

Added preliminary support for Mac OSX Growl integration. #2

Closed michaelcdillon closed 13 years ago

michaelcdillon commented 13 years ago

Notifications for: Sign On, Sign Off, Connection Issues, Authentication Issues, Message Received

Notes: Growl must be installed on the mac before this will work, and the growl python module must be installed as well. http://growl.info/ - The client application download. http://growl.info/downloads_developers.php - Growl SDK Download page. http://growl.info/documentation/developer/python-support.php - Growl python instructions.

throughnothing commented 13 years ago

Tested this out on OSX and it works fine for me. Thanks for the patch!

michaelcdillon commented 13 years ago

Absolutely! I forgot to change the readme so Ill do that quickly and add the notes about the growl usage in there.