diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-18 03:04:31 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-18 03:04:31 -0400 |
| commit | 23cc4ab7b5695f77ffd15f5ee5e7cc414237642f (patch) | |
| tree | 07ac5ee48cc3773664fda24b227618422b468ec9 /src/wasp-twitch-chat-commands.el | |
| parent | f04ada478f4bfa5637744876f00ff56f85dcf552 (diff) | |
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)) |
