summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-14 23:31:48 -0700
committerLibravatarDoug Freed <dwfreed@mtu.edu>2016-01-14 23:31:48 -0700
commitb437ade6d08fb41bd2ed865fc2955fb918646dff (patch)
tree88b128e21be3dcf7b77dc0040bf05ee3b4a35cf6
parent3b64a18852441f71d3b4599d5c11d3709dfd7781 (diff)
downloadantispammeta-b437ade6d08fb41bd2ed865fc2955fb918646dff.tar.bz2
antispammeta-b437ade6d08fb41bd2ed865fc2955fb918646dff.tar.xz
antispammeta-b437ade6d08fb41bd2ed865fc2955fb918646dff.tar.zst
Remove errant space
-rw-r--r--lib/ASM/Commander.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Commander.pm b/lib/ASM/Commander.pm
index eec94bb..95fb319 100644
--- a/lib/ASM/Commander.pm
+++ b/lib/ASM/Commander.pm
@@ -468,7 +468,7 @@ sub cmd_investigate {
}
$conn->privmsg($event->replyto, "I found $mnicks matches by nick ($nick), $musers by user ($person->{user}), $mhosts by hostname ($person->{host}), " .
"$maccts by NickServ account ($person->{account}), $mgecos by gecos field ($person->{gecos}), and $matchedip by real IP ($dq).");
- $conn->privmsg($event->replyto, ' Web results are at https://antispammeta.net/cgi-bin/secret/investigate.pl?nick=' . uri_escape($nick) .
+ $conn->privmsg($event->replyto, 'Web results are at https://antispammeta.net/cgi-bin/secret/investigate.pl?nick=' . uri_escape($nick) .
((lc $person->{user} ~~ $::mysql->{ignoredidents}) ? '' : '&user=' . uri_escape($person->{user})) .
'&host=' . uri_escape($person->{host}) . '&account=' . uri_escape($person->{account}) .
((lc $person->{gecos} ~~ $::mysql->{ignoredgecos}) ? '' : '&gecos=' . uri_escape($person->{gecos})) . '&realip=' . $dq);