diff options
author | David Phillips <david@yeah.nah.nz> | 2018-10-23 22:29:22 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2018-10-23 22:29:22 +1300 |
commit | 5b6bfc52ed295770964cf0d162be4f44c4adb720 (patch) | |
tree | a55938ffc19dfe6afc546e248f6e1dc878285408 /Plugin/Natural.pm | |
parent | bfab948a3ec1784957cc760546c4c74ddbb9bd5d (diff) | |
download | idalius-5b6bfc52ed295770964cf0d162be4f44c4adb720.tar.xz |
Natural: Remove commented-out code
Diffstat (limited to 'Plugin/Natural.pm')
-rw-r--r-- | Plugin/Natural.pm | 6 |
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; } |