From 23cc4ab7b5695f77ffd15f5ee5e7cc414237642f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 18 Aug 2026 03:04:31 -0400 Subject: Update --- src/wasp-twitch-chat-commands.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/wasp-twitch-chat-commands.el') 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)) -- cgit v1.3.1