diff options
Diffstat (limited to 'transport')
-rw-r--r-- | transport/dev-tcp.sh | 2 | ||||
-rw-r--r-- | transport/socat.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/transport/dev-tcp.sh b/transport/dev-tcp.sh index 49712b2..36c0c8c 100644 --- a/transport/dev-tcp.sh +++ b/transport/dev-tcp.sh @@ -88,7 +88,7 @@ transport_read_line() { [[ -w /tmp/un-provoked-message-store ]] && (( ${ze_length%% *} )) then read -r line < /tmp/un-provoked-message-store - line=':tlCJ99mfZl!~user@2001:ba8:1f1:f216::5 PRIVMSG #hyperbola :'"${line}" + line=':tlCJ99mfZl!~user@::1 PRIVMSG #hyperbola :'"${line}" # remove the top line of the file if (( ${ze_length%% *} < 2 )) diff --git a/transport/socat.sh b/transport/socat.sh index d755108..dcf92b0 100644 --- a/transport/socat.sh +++ b/transport/socat.sh @@ -173,7 +173,7 @@ transport_read_line() { [[ -w /tmp/un-provoked-message-store ]] && (( ${ze_length%% *} )) then read -r line < /tmp/un-provoked-message-store - line=':tlCJ99mfZl!~user@2001:ba8:1f1:f216::5 PRIVMSG #hyperbola :'"${line}" + line=':tlCJ99mfZl!~user@::1 PRIVMSG #hyperbola :'"${line}" if (( ${ze_length%% *} < 2 )) then |