summaryrefslogtreecommitdiffstats
path: root/modules/inspect.pl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/inspect.pl')
-rw-r--r--modules/inspect.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/inspect.pl b/modules/inspect.pl
index 5c7ce73..af1c06a 100644
--- a/modules/inspect.pl
+++ b/modules/inspect.pl
@@ -67,10 +67,6 @@ sub inspect {
foreach $chan (@{$event->{to}}) {
foreach $id ( keys %dct ) {
return unless (ASM::Util->notRestricted($nick, "notrigger"));
- if (defined($::eline{$nick}) || defined($::eline{lc $event->{user}}) || defined($::eline{lc $event->{host}})) {
- say "Deprecated eline found for $nick / $event->{user} / $event->{host} !";
- return;
- }
$xresult = $dct{$id}{xresult};
my $nicereason = interpolate($dct{$id}{reason});
$::db->record($chan, $event->{nick}, $event->{user}, $event->{host}, $::sn{lc $event->{nick}}->{gecos}, $dct{$id}{risk}, $id, $nicereason);