Parcourir la source

Use bot's name in load message

Innocenty Enikeew il y a 9 ans
Parent
commit
94dd08e041
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      chatikbot.lisp

+ 1 - 1
chatikbot.lisp

@@ -108,4 +108,4 @@
   ;; Notify admins
   (dolist (admin *admins*)
     (ignore-errors
-      (telegram-send-message admin (format nil "chatikbot started at ~A" (format-ts (local-time:now)))))))
+      (telegram-send-message admin (format nil "~A started at ~A" *bot-name* (format-ts (local-time:now)))))))