From 5b6bfc52ed295770964cf0d162be4f44c4adb720 Mon Sep 17 00:00:00 2001
From: David Phillips <david@yeah.nah.nz>
Date: Tue, 23 Oct 2018 22:29:22 +1300
Subject: Natural: Remove commented-out code

---
 Plugin/Natural.pm | 6 ------
 1 file changed, 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;
 }
-- 
cgit v1.1