a couple more todos
authoralfadur
Mon, 19 Feb 2024 00:14:10 +0300
changeset 16020 00bf5adba849
parent 16019 c40f5e27aaf0
child 16024 4c523ed1d35c
a couple more todos
rust/hedgewars-server/src/handlers/inlobby.rs
--- a/rust/hedgewars-server/src/handlers/inlobby.rs	Wed Feb 14 02:07:35 2024 +0300
+++ b/rust/hedgewars-server/src/handlers/inlobby.rs	Mon Feb 19 00:14:10 2024 +0300
@@ -28,6 +28,8 @@
 
     //todo!("add kick/ban handlers");
     //todo!("add command for forwarding lobby chat into rooms
+    //todo!("report player account age")
+    //todo!("port listing rooms for incompatible protocols"))
 
     match message {
         CreateRoom(name, password) => match server.create_room(client_id, name, password) {