mirror of https://github.com/SeanOMik/znc-push.git
Merge pull request #87 from dgw/readme-loading
Alternative to webadmin/controlpanel for user mode
This commit is contained in:
commit
87271649a2
|
@ -94,8 +94,12 @@ Now, load the module in ZNC:
|
||||||
|
|
||||||
Note: the above command will only enable ZNC Push for a single network in ZNC. If instead
|
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
|
you would like to load ZNC Push as a "user level" module, so that you can share configuration
|
||||||
options across multiple networks, you will need to either use the web admin page for the
|
options across multiple networks, load it like this:
|
||||||
user to enable the "push" module, or you will need to use ZNC's "controlpanel" module:
|
|
||||||
|
/msg *status loadmod --type=user push
|
||||||
|
|
||||||
|
Or you can use either the web admin page for the user to enable the "push" module, or you can
|
||||||
|
use ZNC's "controlpanel" module:
|
||||||
|
|
||||||
/msg *status loadmod controlpanel
|
/msg *status loadmod controlpanel
|
||||||
/msg *controlpanel loadmod push
|
/msg *controlpanel loadmod push
|
||||||
|
|
Loading…
Reference in New Issue