From 30d46afbaeb1539d250938f375553d8c496b06cf Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 24 Sep 2011 12:13:45 +0200 Subject: Rename ls commands to lu --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index 656869c..e8ad9d6 100644 --- a/src/commands.c +++ b/src/commands.c @@ -46,7 +46,7 @@ help(struct cmumble_context *ctx) } static const struct cmumble_command commands[] = { - { "ls", list_users, "list users" }, + { "lu", list_users, "list users" }, { "clear", clear, "clear screen" }, { "help", help, "show this help" }, { "quit", quit, "quit " PACKAGE }, -- cgit