Skip to content

Commit

Permalink
Add title to the text itself and make it bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Feb 26, 2015
1 parent 3512238 commit b0db56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.cpp
Expand Up @@ -614,7 +614,7 @@ class CPushMod : public CModule
params["username"] = options["username"];
}

params["payload"] = expand("{\"channel\": \"{target}\", \"pretext\": \"{title}\", \"text\": \"{message}\"}", replace);
params["payload"] = expand("{\"channel\": \"{target}\", \"text\": \"*{title}*: {message}\"}", replace);

PutDebug("payload: " + params["payload"]);
}
Expand Down

0 comments on commit b0db56e

Please sign in to comment.