diff options
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)"))) |
