#include "chat_events.hpp"
#include "formula/string_utils.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "map_command_handler.hpp"
#include "chat_command_handler.hpp"
#include "preferences/credentials.hpp"
#include "preferences/general.hpp"
#include "preferences/game.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 27 of file chat_events.cpp.
Referenced by events::chat_handler::change_logging().
#define LOG_NG LOG_STREAM(info, log_engine) |
Definition at line 28 of file chat_events.cpp.
Referenced by events::chat_handler::change_logging().
|
static |