https://github.com/thor77/highlight2mail
A ZNC-Script that send you missed highlights via mail
https://github.com/thor77/highlight2mail
Last synced: 4 months ago
JSON representation
A ZNC-Script that send you missed highlights via mail
- Host: GitHub
- URL: https://github.com/thor77/highlight2mail
- Owner: Thor77
- Created: 2014-12-21T19:59:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T21:35:38.000Z (over 11 years ago)
- Last Synced: 2024-12-30T23:45:07.109Z (over 1 year ago)
- Language: Python
- Size: 770 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Highlight2Mail
==============
A ZNC-Script that send you missed highlights via mail
Installation
============
Place the module in `/modules` (if not set `~/.znc/modules`).
**Make sure the file is read- and executable by the znc's run-user.**
FAQ
====
**Why doesn't the plugin accept args in webmin?**
*You're using the wrong ZNC-Version! This features was added to the python-bindings in version `1.5.0`!*
--
**Why doesn't the plugin show up in `listavailmods`?**
*This module uses python-bindings! ZNC have to be compiled with `--enable-python` and the `modpython`-module have to be loaded.*