From 84aa84591183db08489cad4e5a26472dbd7050b2 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 15 Jul 2017 09:28:10 +0200 Subject: Revert "CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand"" This reverts commit bdac12761cd92960c3df83c932aa610f2322215f. --- src/script/lua_api/l_client.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/script/lua_api/l_client.h') diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index 6bb12187f..7472915f5 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -37,6 +37,12 @@ private: // display_chat_message(message) static int l_display_chat_message(lua_State *L); + // send_chat_message(message) + static int l_send_chat_message(lua_State *L); + + // clear_out_chat_queue() + static int l_clear_out_chat_queue(lua_State *L); + // get_player_names() static int l_get_player_names(lua_State *L); -- cgit v1.2.3