Rework module system. Now modules/commands are defined in a single file each, with both the function executed by teh agent and the definition for server-side argument parsing.

This commit is contained in:
Jakob Friedl
2025-07-25 16:41:29 +02:00
parent ad31b90687
commit 7bf135750c
25 changed files with 549 additions and 489 deletions

View File

@@ -2,7 +2,7 @@
Compile with Nim:
```
nim c src/server/server.nim
nim c -d:server src/server/main.nim
```
From the `bin` directory, start the team server: