6. Implemented PC49 delete/full from outside (kill full on the inside)
[spider.git] / cmd / Aliases
index f83d264196c7b7e2fef1dce31fe360cf2c8e9bcb..0d64571e56309b0b48316046af8b2e20e3511592 100644 (file)
@@ -22,6 +22,9 @@
 package CmdAlias;
 
 %alias = (
+    '?' => [
+         '^\?', 'help', 'help',
+       ],
     a => [
          '^ann.*/full', 'announce full', 'announce', 
          '^ann.*/sysop', 'announce sysop', 'announce',
@@ -33,13 +36,14 @@ package CmdAlias;
        ],
        d => [
          '^del', 'kill', 'kill',
-         '^di.*/all', 'directory all', 'directory',
-         '^di.*/b.*', 'directory bulletins', 'directory',
-         '^di.*/n.*', 'directory new', 'directory',
-         '^di.*/o.*', 'directory own', 'directory',
-         '^di.*/s.*', 'directory subject', 'directory',
-         '^di.*/(\d+)-(\d+)', 'directory $1-$2', 'directory',
-         '^di.*/(\d+)', 'directory $1', 'directory',
+         '^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*/(\d+)-(\d+)', 'directory $1-$2', 'directory',
+         '^di\w*/(\d+)', 'directory $1', 'directory',
        ],
        e => [
        ],
@@ -56,6 +60,9 @@ package CmdAlias;
        k => [
        ],
        l => [
+         '^l$', 'directory', 'directory',
+         '^ll$', 'directory', 'directory',
+         '^ll/(\d+)', 'directory $1', 'directory',
        ],
        m => [
        ],
@@ -68,15 +75,23 @@ package CmdAlias;
        q => [
          '^q', 'bye', 'bye',
        ],
-       r => [
+       r => [  
+         '^r$', 'read', 'read',
+         '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
        ],
        s => [
-         '^sh/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
-         '^sh/dx/(\d+)', 'show/dx $1', 'show/dx',
-         '^sh/dx/d(\d+)', 'show/dx from $1', 'show/dx',
+         '^set/nobe', 'unset/beep', 'unset/beep',
+         '^set/nohe', 'unset/here', 'unset/here',
+         '^sh.*/c/n', 'show/configuration nodes', 'show/configuration',
+         '^sh.*/c$', 'show/configuration', 'show/configuration',
+         '^sh.*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
+         '^sh.*/dx/(\d+)', 'show/dx $1', 'show/dx',
+         '^sh.*/dx/d(\d+)', 'show/dx from $1', 'show/dx',
          '^sp$', 'send', 'send',
-         '^sb$', 'send noprivate', 'send',
-       ],
+         '^sb$', 'send noprivate', 'send',     
+         '^sh.*/wwv/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',
+         '^sh.*/wwv/(\d+)', 'show/wwv $1', 'show/wwv',
+    ],
        t => [
        ],
        u => [