| 134 | COMMANDN(modconnect, modconnectserv, "sis"); |
| 135 | |
| 136 | void modconnectadmin(char *servername, int *serverport, char *password) |
| 137 | { |
| 138 | modprotocol = true; |
| 139 | connectserv_(servername, *serverport, password, CR_ADMIN); |
| 140 | } |
| 141 | COMMAND(modconnectadmin, "sis"); |
| 142 | |
| 143 | void modlanconnect() |
nothing calls this directly
no test coverage detected