Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Updates incident response room name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinxreese committed Sep 21, 2018
1 parent 2416c91 commit e32d795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/guest_welcomer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function(robot) {
return robot.enter(function(res) {
room = res.message.room
res.send(':wave: :tada:'+res.random(enterReplies)+'Our conduct policies are required to be followed and available at http://codeandsupply.co/policies/conduct#'+room);
res.send("If you ever witness misconduct, tag messages with the conduct-warning emoji to notify our #conduct-committee or message them privately");
res.send("If you ever witness misconduct, tag messages with the conduct-warning emoji to notify our #-incident-response team or message them privately");
return res.send('Happy to have you here! '+res.random(welcomePrompts));
});
};

0 comments on commit e32d795

Please sign in to comment.