diff options
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; |