X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=c6aab03c56c0f7c46f8cbe2a5d6720bb84fee37d;hb=9e6f8da122e48430e5b56b27cf7d06c688cb2e13;hp=6d384b7c208bd9a106636a5ce8d9257822bfd34c;hpb=295f32fa75fefedcf1cd980c5afcc5de08417ba9;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 6d384b7c..c6aab03c 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' => [ ], @@ -88,7 +88,9 @@ package CmdAlias; '^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',