From aa4c576a2b8aa97cb9487d48e96bcbcff95e5c2f Mon Sep 17 00:00:00 2001 From: AConsolePeasant Date: Fri, 2 Jun 2017 03:14:38 +1000 Subject: [PATCH] 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 --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 862d770..1fdf44e 100755 --- a/README.md +++ b/README.md @@ -105,14 +105,12 @@ Copy the compiled module into your ZNC profile: 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 +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: /msg *status loadmod controlpanel @@ -139,6 +137,7 @@ For further, detailed instructions specific to each push notification service, t documentation is available: * [Pushover](doc/pushover.md) +* [Telegram](doc/telegram.md) Commands