| 127 | COMMAND(lanconnect, ""); |
| 128 | |
| 129 | void modconnectserv(char *servername, int *serverport, char *password) |
| 130 | { |
| 131 | modprotocol = true; |
| 132 | connectserv_(servername, *serverport, password); |
| 133 | } |
| 134 | COMMANDN(modconnect, modconnectserv, "sis"); |
| 135 | |
| 136 | void modconnectadmin(char *servername, int *serverport, char *password) |
nothing calls this directly
no test coverage detected