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
|
|
|
```
|
2019-03-23 16:18:43 +00:00
|
|
|
git clone https://git.jordanko.ch/Igloo/Push.git
|
2019-02-08 18:50:07 +00:00
|
|
|
cd Push
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
2019-02-08 18:51:36 +00:00
|
|
|
If you want to use libcurl replace `make` with `make curl=yes`
|
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
|
|
|
|
2019-02-08 18:50:07 +00:00
|
|
|
`make install`
|
2018-11-19 17:12:56 +00:00
|
|
|
|
|
|
|
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`
|