X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bullseye%2Fother_files%2Fplomlombot_daemon.sh;h=9b9faee9c56f16f08be15da944433a56a991b702;hb=1051f875935af7ecda03a8164013c8849039d92a;hp=a9285bf3b103453ff0424ec00cc91732fbc30a72;hpb=178c9ac8013f275f83f0282d772cb46749ec8018;p=config diff --git a/bullseye/other_files/plomlombot_daemon.sh b/bullseye/other_files/plomlombot_daemon.sh index a9285bf..9b9faee 100755 --- a/bullseye/other_files/plomlombot_daemon.sh +++ b/bullseye/other_files/plomlombot_daemon.sh @@ -33,7 +33,7 @@ while true; do set -e if [ "${start_screen}" -eq "1" ]; then cd ~/plomlombot-irc - LANG="en_US.UTF-8" screen -d -m -S "${session_name}" ./run.sh -r 604800 -n "${bot_name}" -s "${server_name}" -c "${channel_name}" ${add_option} + LANG="en_US.UTF-8" screen -d -m -S "${session_name}" ./run.sh -r 604800 -n "${bot_name}" -u "${bot_name}" -s "${server_name}" -c "${channel_name}" ${add_option} fi md5_server=$(echo -n "${server_name}" | md5sum | cut -d' ' -f1) md5_channel=$(echo -n "${channel_name}" | md5sum | cut -d' ' -f1)