summaryrefslogtreecommitdiff
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.c b/src/io.c
index 25b3af6..e3b9bcb 100644
--- a/src/io.c
+++ b/src/io.c
@@ -95,7 +95,7 @@ process_line(char *line)
}
cmd = skip_whitespace(line);
- cmd = cmumble_command_complete(cmd);
+ cmd = cmumble_command_expand_shortcut(cmd);
for (i = 0; ctx->commands[i].name; ++i) {
if (strncmp(cmd, ctx->commands[i].name,