]> git.lizzy.rs Git - minetest.git/blobdiff - src/server.h
Mgvalleys: use standard caves
[minetest.git] / src / server.h
index 6d66c938602e20b476c57656cbd54a8fc9c46978..fd559ba149f1c7a4a5d8954217ba75f7c806a81a 100644 (file)
@@ -476,9 +476,12 @@ class Server : public con::PeerHandler, public MapEventReceiver,
        void DeleteClient(u16 peer_id, ClientDeletionReason reason);
        void UpdateCrafting(Player *player);
 
+       void handleChatInterfaceEvent(ChatEvent *evt);
+
        // This returns the answer to the sender of wmessage, or "" if there is none
        std::wstring handleChat(const std::string &name, const std::wstring &wname,
                const std::wstring &wmessage,
+               bool check_shout_priv = false,
                u16 peer_id_to_avoid_sending = PEER_ID_INEXISTENT);
        void handleAdminChat(const ChatEventChat *evt);