diff options
-rw-r--r-- | Plugin/Greet.pm | 2 |
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)); |