From 8fd75f88d2c9fc3be927c620cf57bd47bb8984ef Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 11 Jan 2024 04:40:31 -0600 Subject: add launch command --- src/commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index fe3f102..af00b3a 100644 --- a/src/commands.h +++ b/src/commands.h @@ -11,10 +11,10 @@ unsigned cmd_instance_rename(struct l2_context_node *, char **); unsigned cmd_user_add(struct l2_context_node *, char **); unsigned cmd_user_remove(struct l2_context_node *, char **); unsigned cmd_user_nick(struct l2_context_node *, char **); +unsigned cmd_user_login(struct l2_context_node *, char **); +unsigned cmd_user_list(struct l2_context_node *, char **); unsigned cmd_version_list_remote(struct l2_context_node *, char **); -unsigned cmd_version_list_local(struct l2_context_node *, char **); -unsigned cmd_version_install(struct l2_context_node *, char **); unsigned cmd_profile_add(struct l2_context_node *, char **); unsigned cmd_profile_delete(struct l2_context_node *, char **); -- cgit v1.2.3-70-g09d2