From cbc578592ff8dd315cd1456d189918ab3364474d Mon Sep 17 00:00:00 2001 From: dgw Date: Sat, 3 May 2014 12:36:49 -0400 Subject: [PATCH] Alternative to webadmin/controlpanel for user mode The LoadMod command accepts a --type= argument. Also replaced a stray tab with spaces. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c2decc..6130319 100755 --- a/README.md +++ b/README.md @@ -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 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 -user to enable the "push" module, or you will need to use ZNC's "controlpanel" module: +options across multiple networks, load it like this: + + /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 *controlpanel loadmod push @@ -106,7 +110,7 @@ and looking in your profile or settings: /msg *push set service pushover /msg *push set username foo - /msg *push set secret ... + /msg *push set secret ... If you're using Boxcar, you need to use the following command to send a subscription request to your account, before ZNC Push can start working: