From 116c700741c7d43b68a926ac8a4acc2672d66e26 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 12 Oct 2025 22:19:41 +0300 Subject: Introduce chat-type enum --- src/main.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.lisp') diff --git a/src/main.lisp b/src/main.lisp index 4b05ee2..4db0425 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -102,7 +102,6 @@ (on-new-member bot msg new-chat-member))))) (defun on-new-member (bot msg new-member) - ;; TODO: Rule 10 have fun and enjoy your time on user entry (if (= (user-id new-member) (bot-id bot)) (reply-animation bot msg #P"blob/rule-11.mp4" :allow-sending-without-reply t) -- cgit v1.2.3