Added missing periods at mod-related messages and some system messages (#5061)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -20,7 +20,7 @@ QString sendShoutout(const CommandContext &ctx)
|
||||
if (twitchChannel == nullptr)
|
||||
{
|
||||
channel->addMessage(makeSystemMessage(
|
||||
"The /shoutout command only works in Twitch channels"));
|
||||
"The /shoutout command only works in Twitch channels."));
|
||||
return "";
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ QString sendShoutout(const CommandContext &ctx)
|
||||
if (currentUser->isAnon())
|
||||
{
|
||||
channel->addMessage(
|
||||
makeSystemMessage("You must be logged in to send shoutout"));
|
||||
makeSystemMessage("You must be logged in to send shoutout."));
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user