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

This commit is contained in:
Márcio Silva
2017-06-03 07:35:15 -03:00
parent ae928016bf
commit 7eb1df0ef4
5 changed files with 33 additions and 28 deletions

View File

@@ -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 ))

View File

@@ -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