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:
@@ -3,6 +3,7 @@
|
||||
#include "emojis.h"
|
||||
#include "emotes.h"
|
||||
#include "ircmanager.h"
|
||||
#include "logging/loggingmanager.h"
|
||||
#include "resources.h"
|
||||
#include "settings.h"
|
||||
#include "widgets/mainwindow.h"
|
||||
@@ -20,6 +21,8 @@ main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
|
||||
chatterino::logging::init();
|
||||
chatterino::initChannels();
|
||||
Settings::getInstance().load();
|
||||
Resources::load();
|
||||
Emojis::loadEmojis();
|
||||
|
||||
Reference in New Issue
Block a user