diff options
| author | 2016-01-13 14:15:51 -0700 | |
|---|---|---|
| committer | 2016-01-13 14:15:51 -0700 | |
| commit | 76fc4276b5966da13b984071b5d0b24fae09779b (patch) | |
| tree | 9aacca77ed459669badb0af73b0875e1a10dfc54 /config-default | |
| parent | 72b7233de5891316a00fe4ff0d94c5dc15fd5ead (diff) | |
Missed a semicolon
Diffstat (limited to 'config-default')
| -rw-r--r-- | config-default/commands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml index 97b5d70..b8e9d22 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -245,7 +245,7 @@ $dq = join '.', unpack 'C4', pack 'N', $ip; } $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).") + "$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) . ((lc $person->{user} ~~ $::mysql->{ignoredidents}) ? '' : '&user=' . uri_escape($person->{user})) . '&host=' . uri_escape($person->{host}) . '&account=' . uri_escape($person->{account}) . |
