summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot_settings.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bot_settings.sh b/bot_settings.sh
index 291dda9..fd58784 100644
--- a/bot_settings.sh
+++ b/bot_settings.sh
@@ -66,8 +66,7 @@ config_server_ssl_verbose=0
# to select vhost. Not all transport modules support this.
config_server_bind=""
# If this is empty don't use a server password.
-config_server_passwd="csukwHrqH9"
-
+config_server_passwd="$( cat ../password.secret )"
##################
# Access control #
@@ -202,7 +201,7 @@ config_modules_dir="modules"
# Services module
#
# (*) NickServ password
-config_module_services_nickserv_passwd='nickserv password here'
+config_module_services_nickserv_passwd="${config_server_passwd}"
# (*) Name of NickServ
# Normally this is correct.
config_module_services_nickserv_name='NickServ'