X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=30d0549b20838ee06a38f8a0741de891110fbb4c;hb=bf2433ea0cf3e501ded7dd83b06a026121860d3d;hp=fb6fd20a13e7187e1cd1819110fdf6414fee5048;hpb=b7913820b593c827bcbb8c89664152a9571d2183;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index fb6fd20a..30d0549b 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -26,6 +26,7 @@ package CmdAlias; '^\?', 'apropos', 'apropos', ], 'a' => [ + '^ac\w*$', 'apropos accept', 'apropos', '^ann\w*/full', 'announce full', 'announce', '^ann\w*/sysop', 'announce sysop', 'announce', '^ann\w*/(.*)$', 'announce $1', 'announce', @@ -34,8 +35,11 @@ package CmdAlias; '^b$', 'bye', 'bye', ], 'c' => [ + '^cl\w+$', 'apropos clear', 'apropos', + '^cr\w+$', 'apropos create', 'apropos', ], 'd' => [ + '^del\w*$', 'apropos delete', 'apropos', '^del\w*/u', 'delete/user', 'delete/user', '^del\w*/fu', 'kill full', 'kill', '^del', 'kill', 'kill', @@ -53,6 +57,7 @@ package CmdAlias; '^ex', 'bye', 'bye', ], 'f' => [ + '^fo\w*$', 'apropos forward', 'apropos', ], 'g' => [ ], @@ -65,6 +70,7 @@ package CmdAlias; 'k' => [ ], 'l' => [ + '^lo\w*$', 'apropos load', 'apropos', '^l$', 'directory', 'directory', '^ll$', 'directory', 'directory', '^ll/(\d+)', 'directory $1', 'directory', @@ -82,10 +88,14 @@ package CmdAlias; '^q', 'bye', 'bye', ], 'r' => [ + '^rej\w*$', 'apropos reject', 'apropos', '^r$', 'read', 'read', '^rcmd/(\S+)', 'rcmd $1', 'rcmd', ], 's' => [ + '^set$', 'apropos set', 'apropos', + '^sh\w*$', 'apropos show', 'apropos', + '^st\w*$', 'apropos show', 'apropos', '^s/p$', 'send', 'send', '^sb$', 'send noprivate', 'send', '^set/home$', 'set/homenode', 'set/homenode', @@ -107,6 +117,7 @@ package CmdAlias; '^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', + '^sh\w*/newc/n', 'show/newconfiguration node', 'show/newconfiguration', '^sh\w*/tnc', 'who', 'who', '^sh\w*/up', 'show/cluster', 'show/cluster', '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', @@ -119,6 +130,7 @@ package CmdAlias; '^t$', 'talk', 'talk', ], 'u' => [ + '^un\w*$', 'apropos unset', 'apropos', ], 'v' => [ ],