Skip to content

Commit

Permalink
Rephrase subscription chat message
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Feb 6, 2018
1 parent b7213f9 commit 0874968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twitch/irc/handler/subscribing.ts
Expand Up @@ -57,7 +57,7 @@ export default class SubscribingIrcHandler extends IrcManager {
if (msgId === "resub") {
message = `PRIVMSG ${data.channel} :Wow, @${username}, thanks for getting your ${msgParamMonths} rubber duckies in a row!`;
} else {
message = `PRIVMSG ${data.channel} :Wow, @${username}, thanks for being my rubber ducky!`;
message = `PRIVMSG ${data.channel} :Wow, @${username}, thanks for becoming my newest rubber ducky!`;
}

// TODO: handle errors, re-reconnect, or shut down server?
Expand Down

0 comments on commit 0874968

Please sign in to comment.