From bb7d8655e82c316f6f14b78ac3ec8a4198217d64 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 21 Nov 2018 22:22:20 +1300 Subject: Titillate: Remove probably-stale comment --- Plugin/Titillate.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugin/Titillate.pm b/Plugin/Titillate.pm index 91e91e5..499d350 100644 --- a/Plugin/Titillate.pm +++ b/Plugin/Titillate.pm @@ -24,7 +24,6 @@ sub on_message { my @expressions = (keys %{$config->{triggers}}); my %responses; - # FIXME still doesn't support overlap like 'foo' with 'fooo' foreach (@expressions) { my $e = $_; while ($what =~ /($e)/gi) { -- cgit v1.1