aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2018-11-21 22:22:20 +1300
committerDavid Phillips <david@yeah.nah.nz>2018-11-21 22:22:20 +1300
commitbb7d8655e82c316f6f14b78ac3ec8a4198217d64 (patch)
tree46926da6ed7acadee0630ea5f54837876a8abc87
parenteb63d1a9fd7afc69b77eb7fc2a3e4c454d65a23b (diff)
downloadidalius-bb7d8655e82c316f6f14b78ac3ec8a4198217d64.tar.xz
Titillate: Remove probably-stale comment
-rw-r--r--Plugin/Titillate.pm1
1 files changed, 0 insertions, 1 deletions
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) {