Lua: Kick properly (with ClientKick), add chat message printing

This commit is contained in:
Lion Kortlepel
2021-10-02 01:28:58 +02:00
parent af14188ec0
commit d027f7f29f
4 changed files with 5 additions and 7 deletions

View File

@@ -107,7 +107,6 @@ TConsole::TConsole() {
void TConsole::Write(const std::string& str) {
auto ToWrite = GetDate() + str;
mCommandline.write(ToWrite);
// TODO write to logfile, too
}
void TConsole::WriteRaw(const std::string& str) {