diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/actions.c | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2001-09-18 shawn <sabetts@diggin.lamenet.tmp> + * src/actions.c(user_commands)[0]: remove "lastmsg" from the list. + * src/actions.h (cmd_info): new prototype (cmd_lastmsg): likewise diff --git a/src/actions.c b/src/actions.c index 7bb7c57..5efcd10 100644 --- a/src/actions.c +++ b/src/actions.c @@ -95,7 +95,6 @@ static user_command user_commands[] = implemented. See the screen documentation for what should be emulated with these commands */ #if 0 - {"lastmsg", cmd_unimplemented, arg_VOID}, {"license", cmd_unimplemented, arg_VOID}, {"msgminwait", cmd_unimplemented, arg_VOID}, {"nethack", cmd_unimplemented, arg_VOID}, |