#pragma once #include namespace chatterino { bool trimChannelName(const QString &channelName, QString &outChannelName); } // namespace chatterino