Home
last modified time | relevance | path

Searched refs:OnUserSaid (Results 1 – 3 of 3) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/
H A Dui.h109 void OnUserSaid( User& user, const wxString& message, bool me = false );
H A Dserverevents.cpp668 ui().OnUserSaid( who, message, fromme ); in OnPrivateMessage()
H A Dui.cpp841 void Ui::OnUserSaid( User& user, const wxString& message, bool fromme ) in OnUserSaid() function in Ui