X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=c6aab03c56c0f7c46f8cbe2a5d6720bb84fee37d;hb=b736286d16b3c0e310df106f727ca2143a000e08;hp=9c5094e4c6def5efb679840b3229c185198d3b77;hpb=5acd1be649672f6e5bd2b4a6772b51cd935ebda9;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 9c5094e4..c6aab03c 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -23,12 +23,12 @@ package CmdAlias; %alias = ( '?' => [ - '^\?', 'help', 'help', + '^\?', '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' => [ ], @@ -83,10 +83,14 @@ package CmdAlias; ], 's' => [ '^s/p$', 'send', 'send', + '^sb$', 'send noprivate', 'send', + '^set/home$', 'set/homenode', 'set/homenode', '^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', @@ -94,13 +98,16 @@ package CmdAlias; '^sh\w*/bu', 'show/files bulletins', 'show/files', '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration', '^sh\w*/c$', 'show/configuration', 'show/configuration', + '^sh\w*/com', 'dbavail', 'dbavail', '^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', - '^sp$', 'send', 'send', - '^sb$', 'send noprivate', 'send', + '^sh\w*/tnc', 'who', 'who', + '^sh\w*/up', 'show/cluster', 'show/cluster', '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv', + '^sp$', 'send', 'send', + ], 't' => [ '^ta$', 'talk', 'talk',