From 2e8d87f35440d369fe5be6925541f60ac1d8a827 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Thu, 25 Jan 2018 10:53:48 -0500 Subject: [PATCH] typo - to many colons (:); refs #3 --- Notify_rocketchat.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Notify_rocketchat.md b/Notify_rocketchat.md index e2e4022..90566fb 100644 --- a/Notify_rocketchat.md +++ b/Notify_rocketchat.md @@ -6,17 +6,17 @@ ### Syntax Valid syntaxes are as follows: -* **rocket**:://**{user}**:**{password}**@**{hostname}**/#**{channel}** -* **rocket**:://**{user}**:**{password}**@**{hostname}**:**{port}**/#**{channel}** -* **rocket**:://**{user}**:**{password}**@**{hostname}**/**{room_id}** -* **rocket**:://**{user}**:**{password}**@**{hostname}**:**{port}**/**{room_id}** -* **rockets**:://**{user}**:**{password}**@**{hostname}**/#**{channel}** -* **rockets**:://**{user}**:**{password}**@**{hostname}**:**{port}**/#**{channel}** -* **rockets**:://**{user}**:**{password}**@**{hostname}**/**{room_id}** -* **rockets**:://**{user}**:**{password}**@**{hostname}**:**{port}**/**{room_id}** +* **rocket**://**{user}**:**{password}**@**{hostname}**/#**{channel}** +* **rocket**://**{user}**:**{password}**@**{hostname}**:**{port}**/#**{channel}** +* **rocket**://**{user}**:**{password}**@**{hostname}**/**{room_id}** +* **rocket**://**{user}**:**{password}**@**{hostname}**:**{port}**/**{room_id}** +* **rockets**://**{user}**:**{password}**@**{hostname}**/#**{channel}** +* **rockets**://**{user}**:**{password}**@**{hostname}**:**{port}**/#**{channel}** +* **rockets**://**{user}**:**{password}**@**{hostname}**/**{room_id}** +* **rockets**://**{user}**:**{password}**@**{hostname}**:**{port}**/**{room_id}** You can also form any combination of the above and perform updates from one url: -* **rocket**:://**{user}**:**{password}**@**{hostname}**/#**{channel_id}**/**{room_id}** +* **rocket**://**{user}**:**{password}**@**{hostname}**/#**{channel_id}**/**{room_id}** If neither a **{room_id}** or **#{channel}** is specified then this notification will fail.