aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2018-11-25 12:08:54 +1300
committerDavid Phillips <david@yeah.nah.nz>2018-11-25 12:08:54 +1300
commit999b51ea47a81f655de148d75c5340bab2952532 (patch)
tree5b87af558f17281ac28e70411ad7aea8cd869cd8
parentfe3d45abef2060b90730febfb195526697e0bda0 (diff)
downloadidalius-999b51ea47a81f655de148d75c5340bab2952532.tar.xz
Greet: Fix bug re api change
-rw-r--r--Plugin/Greet.pm2
1 files changed, 1 insertions, 1 deletions
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));