diff options
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 b1b1ec9..6066104 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -218,7 +218,7 @@ ' 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})) . $dq . ' )'); + ((lc $person->{gecos} ~~ $::mysql->{ignoredgecos}) ? '' : '&gecos=' . uri_escape($person->{gecos})) . $dq); ]]> </command> <command cmd="^;investigate2 (\S+) ?(\d*) *$" flag="s"> |
