Renamed account_add_login -> account_add, added comments

This commit is contained in:
James Booth
2013-01-27 18:10:30 +00:00
parent e9ce6b94ec
commit 5cca57f6fb
4 changed files with 9 additions and 12 deletions

View File

@@ -1079,7 +1079,7 @@ _cmd_account(gchar **args, struct cmd_help_t help)
if (account_name == NULL) {
cons_show("Usage: %s", help.usage);
} else {
accounts_add_login(account_name, NULL);
accounts_add(account_name, NULL);
cons_show("Account created.");
cons_show("");
}