https://github.com/bd808/znc-modules
Modules for ZNC
https://github.com/bd808/znc-modules
Last synced: 8 months ago
JSON representation
Modules for ZNC
- Host: GitHub
- URL: https://github.com/bd808/znc-modules
- Owner: bd808
- License: gpl-3.0
- Created: 2015-10-05T01:24:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T04:43:50.000Z (over 10 years ago)
- Last Synced: 2025-03-16T09:44:56.322Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
bd808's ZNC modules
===================
Modules for [ZNC](http://wiki.znc.in/ZNC)
pong.py
-------
Respond to pings with a canned message. The default configuration looks for
pings that do not include any message of substance (e.g. "ping!") and responds
with a prompt for the sender to go ahead and ask their question.
### Installation
* Copy `pong.py` to ZNC modules directory.
* `/znc LoadMod modpython`
* `/znc LoadMod pong`
* `/msg *pong status`