added apropos command
[spider.git] / cmd / Aliases
index bd4f0cabee1fbe8421d10670da18219298901afd..e187ec88f3222a741ec88198dfd7efc097911c42 100644 (file)
@@ -22,6 +22,9 @@
 package CmdAlias;
 
 %alias = (
+    '?' => [
+         '^\?', 'help', 'help',
+       ],
     a => [
          '^ann.*/full', 'announce full', 'announce', 
          '^ann.*/sysop', 'announce sysop', 'announce',
@@ -71,8 +74,9 @@ package CmdAlias;
        q => [
          '^q', 'bye', 'bye',
        ],
-       r => [
+       r => [  
          '^r$', 'read', 'read',
+         '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
        ],
        s => [
          '^set/nobe', 'unset/beep', 'unset/beep',