aboutsummaryrefslogtreecommitdiffstats
path: root/transport/dev-tcp.sh
diff options
context:
space:
mode:
authorMárcio Silva <coadde at hyperbola dot info>2017-06-03 07:35:15 -0300
committerMárcio Silva <coadde at hyperbola dot info>2017-06-03 07:35:15 -0300
commit7eb1df0ef4ccc5bc3e9c5a74dea6a5b796cc3cb4 (patch)
tree04af6018248ea197b368043ee9fea6c48c28e224 /transport/dev-tcp.sh
parentae928016bf637b26326ec335b10898c6c2b0e4b9 (diff)
downloadhyperbot-7eb1df0ef4ccc5bc3e9c5a74dea6a5b796cc3cb4.tar.lz
hyperbot-7eb1df0ef4ccc5bc3e9c5a74dea6a5b796cc3cb4.tar.xz
hyperbot-7eb1df0ef4ccc5bc3e9c5a74dea6a5b796cc3cb4.zip
update issues_change_detector from pbot-ng, change unknown ip6 2001:ba8:1f1:f216::5 to ::1, ignore bot_settings.sh, fix description on hack_of_all_hacks
Diffstat (limited to 'transport/dev-tcp.sh')
-rw-r--r--transport/dev-tcp.sh2
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 ))