diff --git a/sendGFWList.sh b/sendGFWList.sh index a4ea40b..a394f83 100755 --- a/sendGFWList.sh +++ b/sendGFWList.sh @@ -59,7 +59,7 @@ while [ "$log" != "" ] do if (( $i%2 == 0 )); then # author temp=${log%%:*}; - convertedLog+=$temp; + convertedLog+=${temp%@*}; convertedLog+=":\""; # discard used string log=${log#*:};