Fix dx/dx so it can do 'on 1000/4000' and also merge sh/dxcc into sh/dx
[spider.git] / cmd / Aliases
index f956c14f81219e60ecf3ce9922b61ba5db4843fe..2bedd5dca5fd872e1f3fc68864856df90a983e66 100644 (file)
@@ -26,6 +26,7 @@ package CmdAlias;
          '^\?', 'apropos', 'apropos',
        ],
     'a' => [
+         '^a$', 'announce', 'announce',
        '^acc?e?p?t?$', 'apropos accept', 'apropos',
          '^ann?o?u?n?c?e?/full', 'announce full', 'announce', 
          '^ann?o?u?n?c?e?/sysop', 'announce sysop', 'announce',
@@ -78,6 +79,8 @@ package CmdAlias;
          '^ll$', 'directory', 'directory',
          '^ll/(\d+)', 'directory $1', 'directory',
          '^lm$', 'directory own', 'directory',
+      '^l>$', 'directory to', 'directory',
+      '^l<$', 'directory from', 'directory',
        ],
        'm' => [
        ],
@@ -114,6 +117,7 @@ package CmdAlias;
          '^sho?w?/c/n', 'show/configuration nodes', 'show/configuration',
          '^sho?w?/c$', 'show/configuration', 'show/configuration',
          '^sho?w?/com', 'dbavail', 'dbavail',
+         '^sho?w?/dxcc', 'show/dx dxcc', 'show/dx',
          '^sho?w?/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
          '^sho?w?/dx/(\d+)', 'show/dx $1', 'show/dx',
          '^sho?w?/dx/d(\d+)', 'show/dx from $1', 'show/dx',
@@ -138,6 +142,7 @@ package CmdAlias;
        'v' => [
        ],
        'w' => [
+         '^w$', 'who', 'who',
          '^wx/full', 'wx full', 'wx',
          '^wx/sysop', 'wx sysop', 'wx',
        ],