add b to Aliases so 'b' means 'bye' and not blank
[spider.git] / cmd / Aliases
index 8b006a98c2b5b3ff0be7fb57a1ff8c02ea8352cb..fb6fd20a13e7187e1cd1819110fdf6414fee5048 100644 (file)
@@ -26,17 +26,19 @@ package CmdAlias;
          '^\?', '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', 'kill', 'kill',
+         '^del\w*/u', 'delete/user', 'delete/user',
          '^del\w*/fu', 'kill full', 'kill',
+         '^del', 'kill', 'kill',
          '^di\w*/a\w*', 'directory all', 'directory',
          '^di\w*/b\w*', 'directory bulletins', 'directory',
          '^di\w*/n\w*', 'directory new', 'directory',
@@ -48,6 +50,7 @@ package CmdAlias;
          '^di\w*/(\d+)', 'directory $1', 'directory',
        ],
        'e' => [
+         '^ex', 'bye', 'bye',
        ],
        'f' => [
        ],
@@ -65,6 +68,7 @@ package CmdAlias;
          '^l$', 'directory', 'directory',
          '^ll$', 'directory', 'directory',
          '^ll/(\d+)', 'directory $1', 'directory',
+         '^lm$', 'directory own', 'directory',
        ],
        'm' => [
        ],
@@ -88,12 +92,14 @@ package CmdAlias;
          '^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',