| 120 | COMMAND(connectadmin, "sis"); |
| 121 | |
| 122 | void lanconnect() |
| 123 | { |
| 124 | modprotocol = false; |
| 125 | connectserv_(NULL); |
| 126 | } |
| 127 | COMMAND(lanconnect, ""); |
| 128 | |
| 129 | void modconnectserv(char *servername, int *serverport, char *password) |
nothing calls this directly
no test coverage detected