Simple logging implemented
Message now stores a copy of the content string Use .nick() instead of .account() to get the users lowercase name (login name)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define CHANNEL_H
|
||||
|
||||
#include "concurrentmap.h"
|
||||
#include "logging/loggingchannel.h"
|
||||
#include "messages/lazyloadedimage.h"
|
||||
#include "messages/limitedqueue.h"
|
||||
|
||||
@@ -128,10 +129,12 @@ private:
|
||||
int streamViewerCount;
|
||||
QString streamStatus;
|
||||
QString streamGame;
|
||||
std::shared_ptr<logging::Channel> loggingChannel;
|
||||
|
||||
void reloadBttvEmotes();
|
||||
void reloadFfzEmotes();
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
#endif // CHANNEL_H
|
||||
|
||||
Reference in New Issue
Block a user