dsa_plugin

This commit is contained in:
0xd3d0c3d 2022-07-22 11:38:15 -05:00
parent 6562365b92
commit 58e6022cef

@ -391,7 +391,7 @@ class Plugin:
if not SEARCH_FLAG:
msg=f"{D}<<< {R}near region{D} >>>"
else:
msg=f"{D}<<< {R}near region anomalies{D} >>>"
msg=f"{D}<<< {R}near region - issues{D} >>>"
self.log(msg); self.log(f'{"#"*69}')
###########################################################################
for _ in key:
@ -405,9 +405,9 @@ class Plugin:
self.log(f'{"#"*69}')
###########################################################################
if not SEARCH_FLAG:
msg=f'{D}[ {G}{USER} {D}- {R}alternate ircnicks {D}]{B}: {R}{" ".join(nicks)}'
msg=f'{D}[ {G}{USER} {D}- {R}alternate ircnicks - direct referfence{D}]{B}: {R}{" ".join(nicks)}'
else:
msg=f'{D}[ {G}{USER} {D}- {R}spoofish ircnicks {D}]{B}: {R}{" ".join(nicks)}'
msg=f'{D}[ {G}{USER} {D}- {R}alternate ircnicks - keyworded{D}]{B}: {R}{" ".join(nicks)}'
###########################################################################
self.log(msg); self.log(f'{"#"*69}'); self.log(f"{D}<<< {R}distant region{D} >>>"); self.log(f'{"#"*69}')
for _ in nicks: