mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-16 21:40:46 +01:00
Add notice about config/registry; TODO: make setup.pl script?
This commit is contained in:
parent
2429521b78
commit
54d194e922
11
pbot.pl
11
pbot.pl
@ -18,6 +18,17 @@ use warnings;
|
|||||||
use lib ".";
|
use lib ".";
|
||||||
use PBot::PBot;
|
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).
|
# 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.
|
# This location must contain the PBot directory, among others configured below.
|
||||||
my $bothome = "$ENV{HOME}/pbot";
|
my $bothome = "$ENV{HOME}/pbot";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user