summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/event.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/event.pl b/modules/event.pl
index 2d247b6..74f84cd 100644
--- a/modules/event.pl
+++ b/modules/event.pl
@@ -156,6 +156,7 @@ sub on_public
sub on_notice
{
my ($conn, $event) = @_;
+ return if ( $event->{to}->[0] eq '$*' );
$::inspector->inspect( $conn, $event );
$::log->logg( $event );
$::db->logg( $event );