X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=2d58d60e19a25da7bf9a6eac2557ff19fc7fa122;hb=56c9ecfcd367bd05b9e6a5a6a8fa94e571dda9af;hp=f956c14f81219e60ecf3ce9922b61ba5db4843fe;hpb=ba0bc47c95759a369af81fb19556c48261530a79;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index f956c14f..2d58d60e 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -26,6 +26,7 @@ package CmdAlias; '^\?', 'apropos', 'apropos', ], 'a' => [ + '^a$', 'announce', 'announce', '^acc?e?p?t?$', 'apropos accept', 'apropos', '^ann?o?u?n?c?e?/full', 'announce full', 'announce', '^ann?o?u?n?c?e?/sysop', 'announce sysop', 'announce', @@ -78,6 +79,8 @@ package CmdAlias; '^ll$', 'directory', 'directory', '^ll/(\d+)', 'directory $1', 'directory', '^lm$', 'directory own', 'directory', + '^l>$', 'directory to', 'directory', + '^l<$', 'directory from', 'directory', ], 'm' => [ ], @@ -138,6 +141,7 @@ package CmdAlias; 'v' => [ ], 'w' => [ + '^w$', 'who', 'who', '^wx/full', 'wx full', 'wx', '^wx/sysop', 'wx sysop', 'wx', ],