added some extra cases for IOTA and QSL detection on sh/dx
[spider.git] / cmd / Aliases
index 3aaddb28318b2a249aba6f4816572e19225d95cc..6ef3b166da989654ba50812b4268218fb2cd030e 100644 (file)
@@ -23,7 +23,7 @@ package CmdAlias;
 
 %alias = (
     '?' => [
-         '^\?', 'help', 'help',
+         '^\?', 'apropos', 'apropos',
        ],
     'a' => [
          '^ann.*/full', 'announce full', 'announce', 
@@ -36,7 +36,7 @@ package CmdAlias;
        ],
        'd' => [
          '^del', 'kill', 'kill',
-         '^del.*/fu', 'kill full', 'kill',
+         '^del\w*/fu', 'kill full', 'kill',
          '^di\w*/a\w*', 'directory all', 'directory',
          '^di\w*/b\w*', 'directory bulletins', 'directory',
          '^di\w*/n\w*', 'directory new', 'directory',
@@ -91,8 +91,10 @@ package CmdAlias;
          '^set/noww', 'unset/wwv', 'unset/wwv',
          '^set/nowx', 'unset/wx', 'unset/wx',
          '^sh$', 'show', 'show',
+         '^sh\w*/bu', 'show/files bulletins', 'show/files',
          '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration',
          '^sh\w*/c$', 'show/configuration', 'show/configuration',
+         '^sh\w*/com', 'dbavail', 'dbavail',
          '^sh\w*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
          '^sh\w*/dx/(\d+)', 'show/dx $1', 'show/dx',
          '^sh\w*/dx/d(\d+)', 'show/dx from $1', 'show/dx',