aboutsummaryrefslogtreecommitdiff
path: root/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* add parsecmd to the server.rodri2023-09-211-0/+96
modified it to allow for commands with the same name but different nargs. now each match list entry is preceded by an 'm', to simplify its processing. note that this breaks the client. the next commit will fix that.