Skip to content

Commit f19c740

Browse files
committed
notify
1 parent c28ba6a commit f19c740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var sendHipChatMessage = function(msg) {
4646
from: msg.user_name + " (bot)",
4747
message: msg.text,
4848
message_format: 'text',
49-
notify: 0
49+
notify: 1
5050
}, function(data,err){
5151
if (err) {
5252
wlog("Error sending message from " + msg.user_name, err);

0 commit comments

Comments
 (0)