2018-11-19 17:12:56 +00:00
|
|
|
## Building
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
```
|
2018-11-19 21:04:25 +00:00
|
|
|
git clone https://git.jordanko.ch/eskimo/Igloo-Push.git
|
2018-11-19 17:12:56 +00:00
|
|
|
cd Igloo-Push
|
|
|
|
znc-buildmod push.cpp
|
|
|
|
```
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
## Usage
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
`mv push.so ~/.znc/modules`
|
|
|
|
|
|
|
|
Then on IRC
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
`/msg *status loadmod --type=user push`
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
## Configuration
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
`/msg *push set device1 token`
|
|
|
|
|
|
|
|
* Replace device1 with device2-5 for additional devices
|
|
|
|
* Replace token with your push token from Settings in Igloo
|
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
|
|
|
`/msg *push send test`
|