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