From 143ef1a07f4750b674de5ff35b0507ff10efbfed Mon Sep 17 00:00:00 2001 From: John Reese Date: Mon, 9 Jan 2012 00:32:51 -0500 Subject: [PATCH] Document the subscribe command for Boxcar Resolves #228 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c982492..68a43cc 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,11 @@ and looking in your profile or settings: /msg *push set username foo /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: + + /msg *push subscribe + At this point, it should start sending notifications every time you get a private message or someone says your name in a channel. If this is everything you wanted, congratulations, you're done! @@ -123,6 +128,12 @@ Commands Check the status of current conditions. Specifying the "context" of either a channel or nick name will provide status values specific to that context. +* `subscribe` + + Send a subscription request for the selected service to your configured account. This + is required by certain services, such as Boxcar, before ZNC Push can send any messages + to your account. + * `send ` Manually trigger a notification with the given message. Useful for testing to validate