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

Commit 1a31b16

Browse files
Merge pull request #1226 from monokrome/patch-2
Added other common acronyms
2 parents e2b59ba + 11829f7 commit 1a31b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/brb.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ module.exports = (robot) ->
2929
break
3030
)
3131

32-
robot.hear /\b(brb|afk|bbl)\b/i, (msg) ->
32+
robot.hear /\b(brb|afk|bbl|bbiab|bbiaf)\b/i, (msg) ->
3333
users_away[msg.message.user.name] = true
3434

0 commit comments

Comments
 (0)