From 82012a31dc492f2e0e22ad5cfe697980fb24d5f6 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Wed, 19 Jun 2013 08:56:32 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 92ef604..19b3762 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ awayemail awayemail is a [python3 module](http://wiki.znc.in/Modpython) for [znc](http://wiki.znc.in/ZNC "ZNC") which will send you missed mentions or private messages by e-mail when you are not connected. +*Note* I have decided not to finish this, as I have started using [znc-push](https://github.com/jreese/znc-push) instead. +The "difference" is that instead of going to an e-mail znc-push sends it to a notification service, +I have it setup with [PushBullet](https://www.pushbullet.com/). + +If someone wants to finish this module, the only stuff that should be left to do is write the Python code to +actually send the e-mail messages. + ## Installation