diff options
Diffstat (limited to 'transport/dev-tcp.sh')
-rw-r--r-- | transport/dev-tcp.sh | 2 |
1 files changed, 1 insertions, 1 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 )) |