diff options
Diffstat (limited to 'src/wasp-twitch-chat-commands.el')
| -rw-r--r-- | src/wasp-twitch-chat-commands.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wasp-twitch-chat-commands.el b/src/wasp-twitch-chat-commands.el index aea0529d..4436db62 100644 --- a/src/wasp-twitch-chat-commands.el +++ b/src/wasp-twitch-chat-commands.el @@ -58,6 +58,12 @@ (w/tcg-random-user-card (lambda (c) (w/tcg-generate-card (s-downcase user) c))))) + (cons "!skipsong" + (lambda (_ user _) + (start-process "pkill" nil "pkill" "muzak"))) + (cons "!clippy" + (lambda (_ user msg) + (w/overlay-clippy-say (format "%s: %s" user (s-chop-prefix "!clippy " msg))))) (cons "!charsheet" (lambda (uid user msg) (let* ( (args (s-split " " msg)) |
