From 8bc6d6e2f50c2986d2e431af9a994af687f27a40 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 2 Oct 2017 00:48:26 +1300 Subject: Change from print to log, add timestamp --- plugin/tittilate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/tittilate.pm') diff --git a/plugin/tittilate.pm b/plugin/tittilate.pm index d9d8a49..51253ec 100644 --- a/plugin/tittilate.pm +++ b/plugin/tittilate.pm @@ -15,7 +15,7 @@ sub configure { } sub message { - my ($self, $me, $who, $where, $raw_what, $what) = @_; + my ($self, $logger, $me, $who, $where, $raw_what, $what) = @_; my $gathered = ""; my @expressions = (keys %{$config{triggers}}); my $expression = join '|', @expressions; -- cgit v1.1