aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2018-10-25 11:42:35 +1300
committerDavid Phillips <david@yeah.nah.nz>2018-10-25 11:42:35 +1300
commit988ff67a270e0a57dd84d5a65071889aa71ae8d1 (patch)
treed9f69c7c2d8fc3e3227ad32ecf1646126d791d7d
parentfbb027cf9b7604ba56ff0921aa19a24b45fc2359 (diff)
downloadidalius-988ff67a270e0a57dd84d5a65071889aa71ae8d1.tar.xz
Natural: Remove :/ face trigger
-rw-r--r--Plugin/Natural.pm2
1 files changed, 1 insertions, 1 deletions
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;