From ca9c2b050f2a83a165f637e16cef5bddf0ea3f6a Mon Sep 17 00:00:00 2001 From: Richard England Date: Dec 24 2021 23:35:16 +0000 Subject: Add CLI indication the zinebot has started, what room, and how to stop. --- diff --git a/bot/run b/bot/run index 8d49c71..aedd543 100755 --- a/bot/run +++ b/bot/run @@ -56,6 +56,7 @@ use commands; our $loop; +print("zinebot has started in ",ROOMNAME,". Use to stop.\n"); RUN: $loop->run; END {