diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-14 01:59:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-14 01:59:14 -0500 |
| commit | d293e0a48427a224e4d3c4c4099b604d59ccabcf (patch) | |
| tree | 38a8a57150a35eec49dc8a29eb1dda8530721299 /src/wasp-twitch-chat-commands.el | |
| parent | 83f9a7b14bfb2fc90044d2809485b1c0a39cc841 (diff) | |
Update
Diffstat (limited to 'src/wasp-twitch-chat-commands.el')
| -rw-r--r-- | src/wasp-twitch-chat-commands.el | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/wasp-twitch-chat-commands.el b/src/wasp-twitch-chat-commands.el index 793ab374..2cca2158 100644 --- a/src/wasp-twitch-chat-commands.el +++ b/src/wasp-twitch-chat-commands.el @@ -49,15 +49,18 @@ (cons "heart" (lambda (_ _) (cl-incf w/chat-bpm-count))) (cons "Heart" (lambda (_ _) (cl-incf w/chat-bpm-count))) (cons "!menu" (lambda (_ _) (w/twitch-say "https://secure.colonq.computer/menu"))) + (cons "!guy" (lambda (_ _) (w/twitch-say "[🌙] it worked"))) + (cons "!littleguy" (lambda (_ _) (w/twitch-say "[🌙] it worked"))) (cons "!irc" (lambda (_ _) (w/twitch-say "#cyberspace on IRC at colonq.computer:26697 (over TLS)"))) (cons "IRC" (lambda (_ _) (w/twitch-say "#cyberspace on IRC at colonq.computer:26697 (over TLS)"))) (cons "!today" (lambda (_ _) (w/twitch-say (s-trim (w/slurp "~/today.txt"))))) (cons "!schedule" (lambda (_ _) (w/twitch-say "https://twitch.tv/LCOLONQ/schedule"))) (cons "!bingo" (lambda (_ _) (w/twitch-say "https://pub.colonq.computer/~prod/toy/bingo/"))) + (cons "!music" (lambda (_ _) (w/twitch-say "we do not play music because it can be distracting; however you can listen to the official OST at https://vgmusic.fm :3"))) (cons "!music" - (lambda (_ _) (w/twitch-say "https://www.youtube.com/playlist?list=PLQ_Vw7ACol3CN58_osDkbeKa14Hk-N-TZ"))) + (lambda (_ _) (w/twitch-say "alternatively https://www.youtube.com/playlist?list=PLQ_Vw7ACol3CN58_osDkbeKa14Hk-N-TZ"))) (cons "!fish" (lambda (_ _) @@ -80,6 +83,9 @@ (cons "!ring" (lambda (_ _) (w/twitch-say "https://pub.colonq.computer"))) (cons "!webring" (lambda (_ _) (w/twitch-say "https://pub.colonq.computer"))) (cons "!animeguide" (lambda (_ _) (w/twitch-say "https://nixos-and-flakes.thiscute.world/introduction"))) + (cons "!greencircle" (lambda (_ _) (w/twitch-say "https://greencircle.live"))) + (cons "!circle" (lambda (_ _) (w/twitch-say "https://greencircle.live"))) + (cons "!doujincircle" (lambda (_ _) (w/twitch-say "https://greencircle.live"))) (cons "!tsuki" (lambda (_ _) (w/twitch-say "https://forum.tsuki.games"))) (cons "!sponsor" (lambda (_ _) (w/twitch-say "Like what you see? Don't forget to download GNU Emacs at https://www.gnu.org/software/emacs/?code=LCOLONQ"))) (cons "!specs" (lambda (_ _) (w/twitch-say "Editor: evil-mode, WM: EXWM, OS: NixOS, hardware: shit laptop"))) @@ -159,7 +165,7 @@ (if (string-empty-p trimmed) (w/write-chat-event "You gotta put what your resolution is.") (w/write-chat-event (format "%s RESOLVES: %s" (s-upcase user) trimmed)) - (setf (alist-get :resolution w/user-current) trimmed))))) + (setf (alist-get :resolution2025 w/user-current) trimmed))))) ;; (cons "!addbookrec" ;; (lambda (user inp) ;; (let ((trimmed (s-trim (s-replace "!addbookrec" "" inp)))) |
