diff options
author | David Phillips <david@yeah.nah.nz> | 2018-10-25 11:42:35 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2018-10-25 11:42:35 +1300 |
commit | 988ff67a270e0a57dd84d5a65071889aa71ae8d1 (patch) | |
tree | d9f69c7c2d8fc3e3227ad32ecf1646126d791d7d /Plugin | |
parent | fbb027cf9b7604ba56ff0921aa19a24b45fc2359 (diff) | |
download | idalius-988ff67a270e0a57dd84d5a65071889aa71ae8d1.tar.xz |
Natural: Remove :/ face trigger
Diffstat (limited to 'Plugin')
-rw-r--r-- | Plugin/Natural.pm | 2 |
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; |