From ea84b143044b178762487e0f15f4b615c5b64af6 Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Fri, 14 Feb 2014 17:34:14 -0500 Subject: [PATCH] Added the message_uri parameter to the faast server. You can set it to your irc app, like colloquy:// and Faast will open Colloquy when you select it --- push.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/push.cpp b/push.cpp index 4279649..de3e14c 100755 --- a/push.cpp +++ b/push.cpp @@ -431,6 +431,10 @@ class CPushMod : public CModule { params["notification[sound]"] = options["message_sound"]; } + if ( options["message_uri"] != "" ) + { + params["notification[run_command]"] = options["message_uri"]; + } } else if (service == "url") {