summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-30 12:42:31 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-30 12:42:31 +0100
commit0cc194e3d0ab0e6bd228d127a217731182b90f8a (patch)
tree417005b2a1d3d3cf9ebd36be8b311460756a2ed8
parent6866c91664ce5acd4caf59d172c9952d5c0877b8 (diff)
made it more secure
-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'