Selaa lähdekoodia

Use bot's name in load message

Innocenty Enikeew 9 vuotta sitten
vanhempi
commit
94dd08e041
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)))))))