Strip leading @ and trailing , from username in /popout command (#3217)
* popout command could use some love too * changelog * forward slash is sorry for force push * copied the old changelog too literally that I misplaced it * apparently i didn't save the changelog change
This commit is contained in:
@@ -652,6 +652,7 @@ void CommandController::initialize(Settings &, Paths &paths)
|
||||
return "";
|
||||
}
|
||||
|
||||
stripChannelName(target);
|
||||
QDesktopServices::openUrl(
|
||||
QUrl(QString("https://www.twitch.tv/popout/%1/chat?popout=")
|
||||
.arg(target)));
|
||||
|
||||
Reference in New Issue
Block a user