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:
@@ -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 ))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user