From dccfaa9929abae4f5d00dbcb4bbbb404bd50daf1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 2 Oct 2018 19:28:33 +1300 Subject: Natural: add more --- Plugin/Natural.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Plugin/Natural.pm b/Plugin/Natural.pm index 64cc755..d61ec23 100644 --- a/Plugin/Natural.pm +++ b/Plugin/Natural.pm @@ -43,6 +43,12 @@ sub choose_response { return some("$nick: shush yourself", "shut up, $nick", "nou $nick", "sorry $nick", ":("); } elsif ($what =~ /\b(fuck\s+(off?|you|u)|fucking)\b/i) { return some("$nick: take your meds", "stop harassing me", "ease up on the drink, mate", "ooh big boy angry $nick has come out to play"); + } elsif ($what =~ /\b(lol|g(g|j))\b/i) { + return some(":)", ":D"); + } elsif ($what =~ /\bstop(|\s+it)\b/i) { + return some(":(", "fine", "whatever, dude", "god"); + } elsif ($what =~ /\bhelp\b/i) { + return some("D:", "ono"); } return; } -- cgit v1.1