diff options
Diffstat (limited to 'Plugin/Natural.pm')
-rw-r--r-- | Plugin/Natural.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugin/Natural.pm b/Plugin/Natural.pm index 58c7f96..53c799f 100644 --- a/Plugin/Natural.pm +++ b/Plugin/Natural.pm @@ -75,6 +75,8 @@ sub choose_normal_response { return some("?", "รถ", ":O", "!!"); } elsif ($what =~ /^help\b/i) { return some("D:", "ono", "*throws a lifeline to $nick"); + } elsif ($what =~ /^ooo$/i) { + return some("jjj"); } elsif ($what =~ /(:D|:\)|D:|:\||:\\|:C|:S)/) { return some(":D", ":)", "D:", ":|", ":/", ":\\", ":S", ">:D", ">:(", ">>>:CCCC"); } elsif ($what eq "o/") { |