modified sh/qrz a bit to cope with slow server
[spider.git] / cmd / Aliases
index 2d58d60e19a25da7bf9a6eac2557ff19fc7fa122..d2a3c93ed89b55c092f61d1c31ffd817cae3e884 100644 (file)
@@ -99,6 +99,7 @@ package CmdAlias;
          '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
        ],
        's' => [
+         '^s$', 'send', 'send',
          '^s/p$', 'send', 'send',
          '^sb$', 'send noprivate', 'send',
          '^set/home$', 'set/homenode', 'set/homenode',
@@ -117,6 +118,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',