From 999b51ea47a81f655de148d75c5340bab2952532 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 25 Nov 2018 12:08:54 +1300 Subject: Greet: Fix bug re api change --- Plugin/Greet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugin/Greet.pm') diff --git a/Plugin/Greet.pm b/Plugin/Greet.pm index e28ff26..4d221c2 100644 --- a/Plugin/Greet.pm +++ b/Plugin/Greet.pm @@ -69,7 +69,7 @@ sub on_join { "look at what the cat dragged in", "$nick!!!!! guys!!!!!! $nick is here !!!!!!!!", "weclome $nick", - "Welcome to $where->[0], $nick. Leave your sanity at the door", + "Welcome to $where, $nick. Leave your sanity at the door", "I feel sick"); } $irc->delay([privmsg => $where => $response], 1+rand(5)); -- cgit v1.1