add option to disable chat commands on proxy server

This commit is contained in:
Martin Michelsen
2023-01-22 21:31:21 -08:00
parent 37c8491dc3
commit 1b0f6cccf6
7 changed files with 51 additions and 25 deletions
+4 -1
View File
@@ -192,7 +192,10 @@ std::u16string prepare_chat_message(
const std::u16string& from_name,
const std::u16string& text,
char private_flags);
void send_chat_message(Channel& ch, const std::u16string& text);
void send_chat_message(
Channel& ch,
const std::u16string& text,
char private_flags);
void send_chat_message(
std::shared_ptr<Client> c,
uint32_t from_guild_card_number,