Explorar el Código

Use bot's name in load message

Innocenty Enikeew hace 9 años
padre
commit
94dd08e041
Se han modificado 1 ficheros con 1 adiciones y 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)))))))