mirror-chatterino2/src/const.hpp
Rasmus Karlsson 964e1f249a General cleanups/reformats
- Clean up imports
- Comment EmojiData
- Reorder TwitchAccount constructor
- Fix typo in TwitchChannel
- Add emoji parsing test code at the bottom of EmoteManager
2018-04-11 22:54:34 +02:00

18 lines
302 B
C++

#pragma once
#include <QString>
namespace chatterino {
static const char *ANONYMOUS_USERNAME_LABEL = " - anonymous - ";
namespace providers {
namespace twitch {
static const char *ANONYMOUS_USERNAME = "justinfan64537";
} // namespace twitch
} // namespace providers
} // namespace chatterino