Home
last modified time | relevance | path

Searched defs:handleChat (Results 1 – 8 of 8) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/kbnm/
H A Dhandler.go86 func (h *handler) handleChat(req *Request) error { func
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/dialogs/
H A Drace_paused_dialog.cpp474 void RacePausedDialog::handleChat(const irr::core::stringw& text) in handleChat() function in RacePausedDialog
/dports/multimedia/syncplay/syncplay-1.6.4a/syncplay/
H A Dprotocols.py297 def handleChat(self, message): member in SyncClientProtocol
485 def handleChat(self, chatMessage): member in SyncServerProtocol
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/cmdlineClient/
H A DcmdlineClient.c147 void handleChat(void *context, const char *nick, const char *msg) { in handleChat() function
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/cmdlineClient/
H A DcmdlineClient.c147 void handleChat(void *context, const char *nick, const char *msg) { in handleChat() function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/protocols/
H A Dclient_lobby.cpp874 void ClientLobby::handleChat(Event* event) in handleChat() function in ClientLobby
H A Dserver_lobby.cpp751 void ServerLobby::handleChat(Event* event) in handleChat() function in ServerLobby
/dports/games/minetest/minetest-5.4.1/src/
H A Dserver.cpp2965 std::wstring Server::handleChat(const std::string &name, in handleChat() function in Server