2 # reset/reload the short name command cache
4 # you may need to do this if you remove files or the system
5 # gets confused about where it should be loading its cmd files
8 # Copyright (c) 1998 - Dirk Koopman G1TLH
14 return (1, $self->msg('e5')) if $self->priv < 9;
15 DXCommandmode::clear_cmd_cache();
16 return (1, $self->msg('ok'));