fix console.pl max scroll depth
[spider.git] / cmd / Aliases
index 971c5f1c2a2e085ece06bff2dc398c21e6ba5909..0cd98641777cc88b2f7510e95da55f01cd84a07a 100644 (file)
@@ -90,7 +90,7 @@ package CmdAlias;
        'p' => [
        ],
        'q' => [
-         '^q', 'bye', 'bye',
+         '^qu?i?t?$', 'bye', 'bye',
        ],
        'r' => [        
          '^r$', 'read', 'read',
@@ -111,12 +111,11 @@ package CmdAlias;
          '^set/nota', 'unset/talk', 'unset/talk',
          '^set/noww', 'unset/wwv', 'unset/wwv',
          '^set/nowx', 'unset/wx', 'unset/wx',
-      '^set/user', 'unset/node', 'unset/node',
        '^set$', 'apropos set', 'apropos',
          '^sho?w?/u$', 'show/user', 'show/user',
-         '^sho?w?/bu', 'show/files bulletins', 'show/files',
-         '^sho?w?/c/a', 'show/configuration all', 'show/configuration',
-         '^sho?w?/c/n', 'show/configuration nodes', 'show/configuration',
+         '^sho?w?/bul', 'show/files bulletins', 'show/files',
+         '^sho?w?/co?n?\w*/a', 'show/configuration all', 'show/configuration',
+         '^sho?w?/co?n?\w*/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',
@@ -128,11 +127,15 @@ package CmdAlias;
          '^sho?w?/fdx/d(\d+)', 'show/dx real from $1', 'show/fdx',
          '^sho?w?/fdx', 'show/dx real', 'show/fdx',
          '^sho?w?/gre?y?l?i?n?e?', 'show/grayline', 'show/grayline',
+         '^sho?w?/myfd?x?/(\d+)-(\d+)', 'show/dx filter real $1-$2', 'show/mydx',
+         '^sho?w?/myfd?x?/(\d+)', 'show/dx filter real $1', 'show/mydx',
+         '^sho?w?/myfd?x?/d(\d+)', 'show/dx filter real from $1', 'show/mydx',
+         '^sho?w?/myfd?x?', 'show/dx filter real', 'show/mydx',
          '^sho?w?/myd?x?/(\d+)-(\d+)', 'show/dx filter $1-$2', 'show/mydx',
          '^sho?w?/myd?x?/(\d+)', 'show/dx filter $1', 'show/mydx',
          '^sho?w?/myd?x?/d(\d+)', 'show/dx filter from $1', 'show/mydx',
          '^sho?w?/myd?x?', 'show/dx filter', 'show/mydx',
-         '^sho?w?/newc/n', 'show/newconfiguration node', 'show/newconfiguration',
+         '^sho?w?/newco?n?\w*/n', 'show/newconfiguration node', 'show/newconfiguration',
          '^sho?w?/sta?$', 'show/station', 'show/station',
          '^sho?w?/tnc', 'who', 'who',
       '^sho?w?/up', 'show/cluster', 'show/cluster',
@@ -150,6 +153,7 @@ package CmdAlias;
        ],
        'u' => [
        '^uns?e?t?$', 'apropos unset', 'apropos',
+       '^uns?e?t?/node$', 'set/user', 'set/user',
        ],
        'v' => [
        ],