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

Commit e32d795

Browse files
committed
Updates incident response room name
1 parent 2416c91 commit e32d795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/guest_welcomer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function(robot) {
4848
return robot.enter(function(res) {
4949
room = res.message.room
5050
res.send(':wave: :tada:'+res.random(enterReplies)+'Our conduct policies are required to be followed and available at http://codeandsupply.co/policies/conduct#'+room);
51-
res.send("If you ever witness misconduct, tag messages with the conduct-warning emoji to notify our #conduct-committee or message them privately");
51+
res.send("If you ever witness misconduct, tag messages with the conduct-warning emoji to notify our #-incident-response team or message them privately");
5252
return res.send('Happy to have you here! '+res.random(welcomePrompts));
5353
});
5454
};

0 commit comments

Comments
 (0)