aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2018-10-23 22:29:22 +1300
committerDavid Phillips <david@yeah.nah.nz>2018-10-23 22:29:22 +1300
commit5b6bfc52ed295770964cf0d162be4f44c4adb720 (patch)
treea55938ffc19dfe6afc546e248f6e1dc878285408
parentbfab948a3ec1784957cc760546c4c74ddbb9bd5d (diff)
downloadidalius-5b6bfc52ed295770964cf0d162be4f44c4adb720.tar.xz
Natural: Remove commented-out code
-rw-r--r--Plugin/Natural.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Plugin/Natural.pm b/Plugin/Natural.pm
index d347dcc..f004707 100644
--- a/Plugin/Natural.pm
+++ b/Plugin/Natural.pm
@@ -16,12 +16,6 @@ sub configure {
return $self;
}
-#my %language {
-# qr/(hi|hello|hey|hiya|morning|sup)/ => ("hey", "how goes it?", "hi")
-# qr/(thx|thanks|thank you)/ => ("no problem", "you're welcome"),
-# qr/help/ => ("oh no")
-#};
-
sub mention_odds {
return int(rand(2)) == 1;
}