A python module for ZNC to send you an e-mail for private messages and mentions when your not connected.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

909 B

awayemail

awayemail is a python3 module for 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 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.

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

  • You must have ZNC setup with Modpython enabled.
  • place awayemail.py in <ZNC DIR>/modules/ (<ZNC DIR> is probably /var/lib/znc/ unless you set it elsewhere)
  • enable awayemail module