mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix /streamlink command usage message (#3536)
This commit is contained in:
parent
279989a745
commit
4e422b3bed
|
@ -663,9 +663,9 @@ void CommandController::initialize(Settings &, Paths &paths)
|
||||||
(!channel->isTwitchChannel() || channel->isEmpty()))
|
(!channel->isTwitchChannel() || channel->isEmpty()))
|
||||||
{
|
{
|
||||||
channel->addMessage(makeSystemMessage(
|
channel->addMessage(makeSystemMessage(
|
||||||
"Usage: /streamlink <channel>. You can also use the "
|
"/streamlink [channel]. Open specified Twitch channel in "
|
||||||
"command without arguments in any Twitch channel to open "
|
"streamlink. If no channel argument is specified, open the "
|
||||||
"it in streamlink."));
|
"current Twitch channel instead."));
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue