Skip to content

Commit 706a501

Browse files
add variations of stop
1 parent ed7a43e commit 706a501

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/commands.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,13 @@ function surpriseForUser(token, event, user) {
4545
}
4646

4747
export default {
48-
PAUSE: pauseForUser,
49-
STOP: pauseForUser,
48+
'PAUSE': pauseForUser,
49+
'STOP': pauseForUser,
50+
'UNSUBSCRIBE': pauseForUser,
51+
'QUIT': pauseForUser,
52+
'STOP MESSAGING ME': pauseForUser,
53+
'PLEASE STOP MESSAGING ME': pauseForUser,
54+
'PLEASE STOP': pauseForUser,
5055

5156
RESUME: resumeForUser,
5257
START: resumeForUser,

0 commit comments

Comments
 (0)