minor changes

This commit is contained in:
Emily Daemon 2022-07-31 17:59:21 +03:00
parent e091e4cc10
commit b162530a3a

View File

@ -30,8 +30,8 @@ path="$HOME/sblorgo/fifo/${server}/"
prefix=":" prefix=":"
# obviously change these!!! # obviously change these!!!
opers=("jornmann", "speedie", "gabubu", "mohamad") opers=("jornmann", "nnamnroj", "speedie", "gabubu", "mohamad")
ophost=("user/jornmann", "user/speedie", "user/gabubu", "user/damaj301damaj") ophost=("user/jornmann", "user/jornmann", "user/speedie", "user/gabubu", "user/damaj301damaj")
printf "\ printf "\
'|| '||\`\n\ '|| '||\`\n\
@ -117,7 +117,6 @@ tail -n 1 -f "${path}${chan}/out" | while read -r line; do
name=$(printf '%s\n' "$line" | cut -d ' ' -f 2 | tr -d '<>') name=$(printf '%s\n' "$line" | cut -d ' ' -f 2 | tr -d '<>')
if [ "$name" = "jorngirl" ]; then if [ "$name" = "jorngirl" ]; then
if [ "${cmd:0:1}" = "${prefix}" ]; then if [ "${cmd:0:1}" = "${prefix}" ]; then
send "Fuck off."
cmd="poop" cmd="poop"
fi fi
fi fi