exchgr / znc-palaver

ZNC module for push notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palaver ZNC Module

Palaver ZNC module provides push notifications.

Download

Via Git

$ git clone https://github.com/Palaver/znc-palaver
$ cd znc-palaver

Via wget

$ wget https://github.com/Palaver/znc-palaver/archive/master.zip
$ unzip master.zip
$ cd znc-palaver-master

Compiling

$ make

Installation

Copy the compile ZNC module to your ZNC settings:

$ cp palaver.so ~/.znc/modules

Now load the ZNC module:

/msg *status loadmod palaver

When will I get notifications?

You will be mentioned when any of the following rules are met:

  • You get a private message directly to you.
  • Any message which includes your current nickname.
  • A message contains a mention keyword from the mention keywords in Settings > Mentions

Notifications will only be sent if all your clients are disconnected, or marked as away. You can use the clientaway module to mark a connected client as away.

About

ZNC module for push notifications

License:MIT License


Languages

Language:C++ 97.9%Language:Makefile 2.1%