mirror of https://github.com/SeanOMik/znc-push.git
Small README.md Improvments (#230)
* Add Setup Guides to README.md Seriously, I setup all of the telegram thing wrong because the guide isn't in the readme :\ * Reverting changes from before, updating installation * remove extra lines They were blank. * remove extra space holy crap
This commit is contained in:
parent
dcb1939b85
commit
aa4c576a2b
11
README.md
11
README.md
|
@ -105,14 +105,12 @@ Copy the compiled module into your ZNC profile:
|
||||||
|
|
||||||
Now, load the module in ZNC:
|
Now, load the module in ZNC:
|
||||||
|
|
||||||
/msg *status loadmod push
|
|
||||||
|
|
||||||
Note: the above command will only enable ZNC Push for a single network in ZNC. If instead
|
|
||||||
you would like to load ZNC Push as a "user level" module, so that you can share configuration
|
|
||||||
options across multiple networks, load it like this:
|
|
||||||
|
|
||||||
/msg *status loadmod --type=user push
|
/msg *status loadmod --type=user push
|
||||||
|
|
||||||
|
Note: the below command will only enable ZNC Push for a single network in ZNC. Make sure you do not load it for both.
|
||||||
|
|
||||||
|
/msg *status loadmod push
|
||||||
|
|
||||||
If you prefer to use ZNC's "controlpanel" module, you may do so like this:
|
If you prefer to use ZNC's "controlpanel" module, you may do so like this:
|
||||||
|
|
||||||
/msg *status loadmod controlpanel
|
/msg *status loadmod controlpanel
|
||||||
|
@ -139,6 +137,7 @@ For further, detailed instructions specific to each push notification service, t
|
||||||
documentation is available:
|
documentation is available:
|
||||||
|
|
||||||
* [Pushover](doc/pushover.md)
|
* [Pushover](doc/pushover.md)
|
||||||
|
* [Telegram](doc/telegram.md)
|
||||||
|
|
||||||
|
|
||||||
Commands
|
Commands
|
||||||
|
|
Loading…
Reference in New Issue