add b to Aliases so 'b' means 'bye' and not blank
[spider.git] / cmd / Aliases
index 578f86621fe60f260917aa26aa730c63f539e0db..fb6fd20a13e7187e1cd1819110fdf6414fee5048 100644 (file)
@@ -23,29 +23,34 @@ package CmdAlias;
 
 %alias = (
     '?' => [
-         '^\?', 'help', 'help',
+         '^\?', 'apropos', 'apropos',
        ],
     'a' => [
-         '^ann.*/full', 'announce full', 'announce', 
-         '^ann.*/sysop', 'announce sysop', 'announce',
-         '^ann.*/(.*)$', 'announce $1', 'announce',
+         '^ann\w*/full', 'announce full', 'announce', 
+         '^ann\w*/sysop', 'announce sysop', 'announce',
+         '^ann\w*/(.*)$', 'announce $1', 'announce',
        ],
        'b' => [
+         '^b$', 'bye', 'bye',
        ],
        'c' => [
        ],
        'd' => [
+         '^del\w*/u', 'delete/user', 'delete/user',
+         '^del\w*/fu', 'kill full', 'kill',
          '^del', 'kill', 'kill',
-         '^del.*/fu', 'kill full', 'kill',
          '^di\w*/a\w*', 'directory all', 'directory',
          '^di\w*/b\w*', 'directory bulletins', 'directory',
          '^di\w*/n\w*', 'directory new', 'directory',
          '^di\w*/o\w*', 'directory own', 'directory',
          '^di\w*/s\w*', 'directory subject', 'directory',
+         '^di\w*/t\w*', 'directory to', 'directory',
+         '^di\w*/f\w*', 'directory from', 'directory',
          '^di\w*/(\d+)-(\d+)', 'directory $1-$2', 'directory',
          '^di\w*/(\d+)', 'directory $1', 'directory',
        ],
        'e' => [
+         '^ex', 'bye', 'bye',
        ],
        'f' => [
        ],
@@ -63,6 +68,7 @@ package CmdAlias;
          '^l$', 'directory', 'directory',
          '^ll$', 'directory', 'directory',
          '^ll/(\d+)', 'directory $1', 'directory',
+         '^lm$', 'directory own', 'directory',
        ],
        'm' => [
        ],
@@ -81,23 +87,32 @@ package CmdAlias;
        ],
        's' => [
          '^s/p$', 'send', 'send',
+         '^sb$', 'send noprivate', 'send',
+         '^set/home$', 'set/homenode', 'set/homenode',
          '^set/nobe', 'unset/beep', 'unset/beep',
          '^set/nohe', 'unset/here', 'unset/here',
          '^set/noan', 'unset/announce', 'unset/announce',
+         '^set/nodxg', 'unset/dxgrid', 'unset/dxgrid',
          '^set/nodx', 'unset/dx', 'unset/dx',
+         '^set/noe', 'unset/echo', 'unset/echo',
          '^set/nota', 'unset/talk', 'unset/talk',
          '^set/noww', 'unset/wwv', 'unset/wwv',
          '^set/nowx', 'unset/wx', 'unset/wx',
          '^sh$', 'show', 'show',
+         '^sh\w*/u$', 'show/user', 'show/user',
+         '^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',
-         '^sp$', 'send', 'send',
-         '^sb$', 'send noprivate', 'send',     
+         '^sh\w*/tnc', 'who', 'who',
+      '^sh\w*/up', 'show/cluster', 'show/cluster',
          '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',
          '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv',
+         '^sp$', 'send', 'send',
+       
     ],
        't' => [
          '^ta$', 'talk', 'talk',