aboutsummaryrefslogtreecommitdiff
path: root/Plugin/Greet.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Plugin/Greet.pm')
-rw-r--r--Plugin/Greet.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugin/Greet.pm b/Plugin/Greet.pm
index 4d221c2..d223ff0 100644
--- a/Plugin/Greet.pm
+++ b/Plugin/Greet.pm
@@ -70,6 +70,7 @@ sub on_join {
"$nick!!!!! guys!!!!!! $nick is here !!!!!!!!",
"weclome $nick",
"Welcome to $where, $nick. Leave your sanity at the door",
+ "It smells like up dog in here",
"I feel sick");
}
$irc->delay([privmsg => $where => $response], 1+rand(5));