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

This commit is contained in:
Ryan Collins 2014-02-14 17:34:14 -05:00
parent 535b36a470
commit ea84b14304
1 changed files with 4 additions and 0 deletions

View File

@ -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")
{