aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2019-07-10 22:27:22 +1200
committerDavid Phillips <david@sighup.nz>2019-07-10 22:27:22 +1200
commitc757da74b4131562f23d7b5275aaf981891fe882 (patch)
tree2d04cb51922696ee94ae20e4810403cc05d12fc9
parent4d2c0d8317590b014536956691546e7d651dc87d (diff)
downloadidalius-c757da74b4131562f23d7b5275aaf981891fe882.tar.xz
Hmm: Add new hmm
-rw-r--r--Plugin/Hmm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Hmm.pm b/Plugin/Hmm.pm
index 7f5814a..f6a3c07 100644
--- a/Plugin/Hmm.pm
+++ b/Plugin/Hmm.pm
@@ -43,7 +43,7 @@ sub on_message {
$irc->delay_remove($current_alarm{$where});
}
- my $response = some("Hmm", "hmm", "hmmmmmm", "oof", "mmm");
+ my $response = some("Hmm", "hmm", "hmmmmmm", "oof", "mmm", "Hi Animatronio!");
$current_alarm{$where} = $irc->delay([privmsg => $where => $response],
$config->{min_delay_sec} + rand($config->{max_delay_sec} - $config->{min_delay_sec}));