X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=7b3d1a50f33961c25b4019d40bd9a1d77d316765;hb=cc59bad0fce20a5cfdbbe379a68072a3abbb2368;hp=6f9d545d19d0f12c382d8dc392e2bd1de154b2c6;hpb=0e84728de35d2dadbb9d624614a471b68ae9eef6;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 6f9d545d..7b3d1a50 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -23,12 +23,12 @@ package CmdAlias; %alias = ( '?' => [ - '^\?', 'apropos help', 'apropos', + '^\?', '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,13 @@ 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/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', @@ -98,10 +101,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',