diff options
author | David Phillips <david@yeah.nah.nz> | 2018-11-21 22:22:20 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2018-11-21 22:22:20 +1300 |
commit | bb7d8655e82c316f6f14b78ac3ec8a4198217d64 (patch) | |
tree | 46926da6ed7acadee0630ea5f54837876a8abc87 /Plugin | |
parent | eb63d1a9fd7afc69b77eb7fc2a3e4c454d65a23b (diff) | |
download | idalius-bb7d8655e82c316f6f14b78ac3ec8a4198217d64.tar.xz |
Titillate: Remove probably-stale comment
Diffstat (limited to 'Plugin')
-rw-r--r-- | Plugin/Titillate.pm | 1 |
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) { |