Home
last modified time | relevance | path

Searched defs:sameRoom (Results 1 – 5 of 5) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/
H A DHWProtoInRoomState.hs341 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function
366 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc newAdminId function
394 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc banId function
476 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function
H A DVotes.hs87 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function
/dports/games/hedgewars/hedgewars-src-1.0.0/gameServer/
H A DHWProtoInRoomState.hs341 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function
366 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc newAdminId function
394 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc banId function
476 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function
H A DVotes.hs87 let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId function
/dports/net-im/coyim/coyim-0.3.11/gui/
H A Dchat.go455 func (v *chatRoomView) sameRoom(from string) bool { func