diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/constants.rs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs index 1eff758..b79255a 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -43,6 +43,24 @@ pub static JOIN_MESSAGES: &'static [&'static str] = &[ "Where’s $user? In the server!", "$user hopped into the server. Kangaroo!!", "$user just showed up. Hold my beer.", + "Challenger approaching - $user has appeared!", + "It's a bird! It's a plane! Nevermind, it's just $user.", + r"It's $user! Praise the sun! \[T]/", + "Never gonna give $user up. Never gonna let $user down.", + "Ha! $user has joined! You activated my trap card!", + "Cheers, love! $user's here!", + "Hey! Listen! $user has joined!", + "We've been expecting you $user", + "It's dangerous to go alone, take $user!", + "$user has joined the server! It's super effective!", + "Cheers, love! $user is here!", + "$user is here, as the prophecy foretold.", + "$user has arrived. Party's over.", + "Ready player $user", + "$user is here to kick butt and chew bubblegum. And $user is all out of gum.", + "Hello. Is it $user you're looking for?", + "$user has joined. Stay a while and listen!", + "Roses are red, violets are blue, $user joined this server with you", ]; /// Enum to map gateway opcodes. |