1
  
2
  
3
  
4
  
5
  
6
  
7
  
8
  
9
  
10
  
11
  
// This is a roxen protocol module. 
// Copyright © 2001, Roxen IS. 
 
inherit Protocol; 
constant supports_ipless = 0; 
constant name = "tetris"; 
constant prot_name = "telnet"; 
constant default_port = 2050; 
constant requesthandlerfile = "plugins/protocols/tetris.pike";