aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}