#include "chat_events.hpp"
#include "formula/string_utils.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "chat_command_handler.hpp"
#include "preferences/preferences.hpp"
Go to the source code of this file.
Namespaces | |
events | |
Handling of system events. | |
Macros | |
#define | ERR_NG LOG_STREAM(err, log_engine) |
#define | LOG_NG LOG_STREAM(info, log_engine) |
Variables | |
static lg::log_domain | log_engine ("engine") |
#define ERR_NG LOG_STREAM(err, log_engine) |
Definition at line 24 of file chat_events.cpp.
#define LOG_NG LOG_STREAM(info, log_engine) |
Definition at line 25 of file chat_events.cpp.
|
static |