X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=338a80986edbd09047eee42e6acfe2e24c9f38c8;hb=a453254d687774f352822492d500330a09fd7ebe;hp=6f9d545d19d0f12c382d8dc392e2bd1de154b2c6;hpb=0e84728de35d2dadbb9d624614a471b68ae9eef6;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 6f9d545d..338a8098 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -23,7 +23,7 @@ package CmdAlias; %alias = ( '?' => [ - '^\?', 'apropos help', 'apropos', + '^\?', 'apropos', 'apropos', ], 'a' => [ '^ann.*/full', 'announce full', 'announce', @@ -83,6 +83,8 @@ 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', @@ -98,10 +100,12 @@ 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', - '^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',