From 988ff67a270e0a57dd84d5a65071889aa71ae8d1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 25 Oct 2018 11:42:35 +1300 Subject: Natural: Remove :/ face trigger --- Plugin/Natural.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/Natural.pm b/Plugin/Natural.pm index a2c3e12..c62c1f3 100644 --- a/Plugin/Natural.pm +++ b/Plugin/Natural.pm @@ -67,7 +67,7 @@ sub choose_normal_response { return some("?", "รถ", ":O", "!!"); } elsif ($what =~ /^help\b/i) { return some("D:", "ono", "*throws a lifeline to $nick"); - } elsif ($what =~ /(:D|:\)|D:|:\||:\/|:\\|:C|:S)/) { + } elsif ($what =~ /(:D|:\)|D:|:\||:\\|:C|:S)/) { return some(":D", ":)", "D:", ":|", ":/", ":\\", ":S", ">:D", ">:(", ">>>:CCCC"); } return; -- cgit v1.1