From 54d194e922fdd4b04ddcbc4783103da266265508 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Mar 2018 10:42:04 -0700 Subject: [PATCH] Add notice about config/registry; TODO: make setup.pl script? --- pbot.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pbot.pl b/pbot.pl index 3c94c991..143bd03c 100755 --- a/pbot.pl +++ b/pbot.pl @@ -18,6 +18,17 @@ use warnings; use lib "."; use PBot::PBot; +# !! NOTICE !! +# +# The configuration values in this file are written to $bothome/config/registry +# after the first run! +# +# Subsequent edits to this file will not take effect! You must edit the +# $bothome/config/registry file instead or use the registry commands in +# the bot (regadd, regset, regchange, etc). +# +# !! NOTICE !! + # Be sure to set $bothome to the location PBot was extracted (default assumes ~/pbot). # This location must contain the PBot directory, among others configured below. my $bothome = "$ENV{HOME}/pbot";