Document the subscribe command for Boxcar

Resolves #228
This commit is contained in:
John Reese 2012-01-09 00:32:51 -05:00
parent fedb687397
commit 143ef1a07f
1 changed files with 11 additions and 0 deletions

View File

@ -63,6 +63,11 @@ and looking in your profile or settings:
/msg *push set username foo /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:
/msg *push subscribe
At this point, it should start sending notifications every time you get a private message 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, or someone says your name in a channel. If this is everything you wanted, congratulations,
you're done! you're done!
@ -123,6 +128,12 @@ Commands
Check the status of current conditions. Specifying the "context" of either a channel Check the status of current conditions. Specifying the "context" of either a channel
or nick name will provide status values specific to that context. 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 <message>` * `send <message>`
Manually trigger a notification with the given message. Useful for testing to validate Manually trigger a notification with the given message. Useful for testing to validate