]> git.sesse.net Git - nms/blobdiff - mbd/access_list.pl
Added Chillout.
[nms] / mbd / access_list.pl
index c3d129d4066c6ceadee81232da1d87b3ad7472ab..57ae61466172c5ba891d5fae035a11e354f59111 100644 (file)
@@ -113,10 +113,19 @@ our @access_list = (
 
        # command & conquer 3 - untested (packet dump only, reported to have some kind
        # of chat functionality)
-#      {
-#              ports => [ "8086..8093" ],
-#              sizes => [ 476 ]
-#      },
+       {
+               name => 'Command & Conquer 3',
+               ports => [ "8086..8093" ],
+               sizes => [ 476 ],
+               filter => sub { return 0; }
+       },
+
+       # openttd
+       {
+               name => 'OpenTTD',
+               ports => [ 3979 ],
+               sizes => [ 3 ]
+       },
 
        # unreal tournament, port 9777?
 )