From 0cc194e3d0ab0e6bd228d127a217731182b90f8a Mon Sep 17 00:00:00 2001 From: Joseph Graham Date: Fri, 30 Aug 2013 12:42:31 +0100 Subject: made it more secure --- bot_settings.sh | 5 ++--- 1 file 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' -- cgit v1.2.3