Explorar o código

Use bot's name in load message

Innocenty Enikeew %!s(int64=9) %!d(string=hai) anos
pai
achega
94dd08e041
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)))))))