added some extra cases for IOTA and QSL detection on sh/dx
[spider.git] / cmd / Aliases
index 9c5094e4c6def5efb679840b3229c185198d3b77..6ef3b166da989654ba50812b4268218fb2cd030e 100644 (file)
@@ -23,7 +23,7 @@ package CmdAlias;
 
 %alias = (
     '?' => [
-         '^\?', 'help', 'help',
+         '^\?', 'apropos', 'apropos',
        ],
     'a' => [
          '^ann.*/full', 'announce full', 'announce', 
@@ -94,6 +94,7 @@ package CmdAlias;
          '^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',