aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2018-11-16 15:16:05 +1300
committerDavid Phillips <david@yeah.nah.nz>2018-11-16 15:18:43 +1300
commiteb63d1a9fd7afc69b77eb7fc2a3e4c454d65a23b (patch)
treeeeffaca5c11452648d2fbba869726264641d3ccd
parent10a8409ac7ef9388375e3b09da25a9c7e1931fef (diff)
downloadidalius-eb63d1a9fd7afc69b77eb7fc2a3e4c454d65a23b.tar.xz
Men: Allow replacement on edge(s) of words
-rw-r--r--Plugin/Men.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Men.pm b/Plugin/Men.pm
index e7d4592..38af3ea 100644
--- a/Plugin/Men.pm
+++ b/Plugin/Men.pm
@@ -23,7 +23,7 @@ sub on_message {
$where = $where->[0];
}
- if ($what =~ /(\w+men\w+)/) {
+ if ($what =~ /(\w*men\w*)/) {
my ($w, $c, $target);
$w = $c = $target = $1;
$w =~ s/men/women/;