X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=all_new_2018%2Fuser_scripts%2Fplomlombot_daemon.sh;h=b7054e1c23a7d37cd630031453027f5f55965b45;hb=7f8ab8cff7b311ce7a8d6fa2e3979e56c29a2a7a;hp=df4f49d04d26468fe05252ba39b81a945c21d8d5;hpb=9f911349477be35286ddafd553a500806325dca6;p=config diff --git a/all_new_2018/user_scripts/plomlombot_daemon.sh b/all_new_2018/user_scripts/plomlombot_daemon.sh index df4f49d..b7054e1 100755 --- a/all_new_2018/user_scripts/plomlombot_daemon.sh +++ b/all_new_2018/user_scripts/plomlombot_daemon.sh @@ -39,7 +39,7 @@ while true; do # FIXME: Note the trouble we will have if we have the same channel # name on different servers … ln -sfn "${logs_dir}" "${irclogs_dir}/${shortened_channel_name}" - htpasswd -c "${irclogs_pw_dir}/${shortened_channel_name}" "${login_user}" "${login_pw}" + echo "${login_user}":'{PLAIN}'"${login_pw}" > "${irclogs_pw_dir}/${shortened_channel_name}" # If "key:" line, encrypt old raw logs to that GPG key. elif [ "${first_word}" = "gpg_key": ]; then