| 113 | COMMANDN(connect, connectserv, "sis"); |
| 114 | |
| 115 | void connectadmin(char *servername, int *serverport, char *password) |
| 116 | { |
| 117 | modprotocol = false; |
| 118 | connectserv_(servername, *serverport, password, CR_ADMIN); |
| 119 | } |
| 120 | COMMAND(connectadmin, "sis"); |
| 121 | |
| 122 | void lanconnect() |
nothing calls this directly
no test coverage detected