summaryrefslogtreecommitdiff
path: root/src/wasp-voice-commands.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasp-voice-commands.el')
-rw-r--r--src/wasp-voice-commands.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasp-voice-commands.el b/src/wasp-voice-commands.el
index 1af2bd7e..255f8cb8 100644
--- a/src/wasp-voice-commands.el
+++ b/src/wasp-voice-commands.el
@@ -16,6 +16,8 @@
(cons "i can't" (lambda () (cl-incf w/chat-icant-count) (w/chat-update-header-line)))
(cons "sorry" (lambda () (cl-incf w/chat-apology-count) (w/chat-update-header-line)))
(cons "apologies" (lambda () (cl-incf w/chat-apology-count) (w/chat-update-header-line)))
+ (cons "john" (lambda () (cl-incf w/chat-john-count) (w/chat-update-header-line)))
+ (cons "ostensibly" (lambda () (cl-incf w/chat-ostensibly-count) (w/chat-update-header-line)))
(cons "lua"
(lambda ()
(progn (w/obs-toggle-brazil)