added shu command
[spider.git] / cmd / Aliases
index e838a7edee37ece77501e1195c9cc38b52d5caeb..2592ef7c3a7be779e3adafeebb8353f4a8bc533e 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',
@@ -111,12 +112,14 @@ package CmdAlias;
          '^set/nota', 'unset/talk', 'unset/talk',
          '^set/noww', 'unset/wwv', 'unset/wwv',
          '^set/nowx', 'unset/wx', 'unset/wx',
+      '^set/us', '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/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',
@@ -126,7 +129,7 @@ package CmdAlias;
          '^sho?w?/ww?v?/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',
          '^sho?w?/ww?v?/(\d+)', 'show/wwv $1', 'show/wwv',
        '^sho?w?$', 'apropos show', 'apropos',
-       '^shut?d?\w*$', 'shutdown', 'shutdown',
+       '^shutd?\w*$', 'shutdown', 'shutdown',
          '^sp$', 'send', 'send',
        '^sta?t?$', 'apropos stat', 'apropos',
        
@@ -141,6 +144,7 @@ package CmdAlias;
        'v' => [
        ],
        'w' => [
+         '^w$', 'who', 'who',
          '^wx/full', 'wx full', 'wx',
          '^wx/sysop', 'wx sysop', 'wx',
        ],