mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 22:26:21 +00:00
@@ -65,7 +65,6 @@ gboolean process_input(char *inp)
|
|||||||
} else if (inp[0] == '/') {
|
} else if (inp[0] == '/') {
|
||||||
struct command_t cmd = _parse_command(inp);
|
struct command_t cmd = _parse_command(inp);
|
||||||
result = _handle_command(cmd.command, inp);
|
result = _handle_command(cmd.command, inp);
|
||||||
free(cmd.command);
|
|
||||||
} else {
|
} else {
|
||||||
result = _cmd_default(inp);
|
result = _cmd_default(inp);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user