Roxen.git / server / plugins / protocols / prot_hilfe.pike

version» Context lines:

Roxen.git/server/plugins/protocols/prot_hilfe.pike:1:   // This is a roxen protocol module.   // Copyright © 2001, Roxen IS.      inherit Protocol;   constant supports_ipless = 0;   constant name = "hilfe";   constant prot_name = "telnet"; - constant requesthandlerfile = "protocols/hilfe.pike"; + constant requesthandlerfile = "plugins/protocols/hilfe.pike";   constant default_port = 2345;      class Connection   {    inherit Protocols.TELNET;       Protocol my_port_obj;    Configuration my_conf;    Readline rl;    Stdio.File fd;