summaryrefslogtreecommitdiffstats
path: root/config.bash
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2022-06-13 21:25:03 +0000
committerclsr <clsr@clsr.net>2022-06-13 21:25:03 +0000
commit349b61f34c83740f8266ef07620158cdf939bb46 (patch)
tree6c68e5fa25f9fd9ddf936ad31433e77184389c5b /config.bash
parente1f5ab2a59b9aae73f9bb73acd73b50606df47e5 (diff)
downloadmbibot-master.tar.gz
mbibot-master.zip
Add password supportHEADmaster
Diffstat (limited to 'config.bash')
-rw-r--r--config.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.bash b/config.bash
index 18d729d..645c367 100644
--- a/config.bash
+++ b/config.bash
@@ -13,6 +13,9 @@ IRCBOT_PORT=6667
# bot nick
IRCBOT_NICK=sedbot
+# bot pass, empty to disable
+IRCBOT_PASS=
+
# bot login name
IRCBOT_LOGIN=$IRCBOT_NICK