diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-02 17:40:36 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-02 17:40:36 -0500 |
| commit | 6628a49b953842a3c358bdf3f5e45284480db0c3 (patch) | |
| tree | e0fdff71394c667f01199be997d11fee14ed50c2 /src/wasp-twitch-chat-commands.el | |
| parent | 0b95071fe628d91238549b062961e724088d3b8b (diff) | |
Update :5
Diffstat (limited to 'src/wasp-twitch-chat-commands.el')
| -rw-r--r-- | src/wasp-twitch-chat-commands.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasp-twitch-chat-commands.el b/src/wasp-twitch-chat-commands.el index 51ce441d..f55355fa 100644 --- a/src/wasp-twitch-chat-commands.el +++ b/src/wasp-twitch-chat-commands.el @@ -47,6 +47,7 @@ (cons "Heartrate" (lambda (_ _) (cl-incf w/chat-bpm-count))) (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 "!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)"))) |
