X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=7b3d1a50f33961c25b4019d40bd9a1d77d316765;hb=16b2be4021cdd3ee9ea028dd72ce971246ca38cb;hp=338a80986edbd09047eee42e6acfe2e24c9f38c8;hpb=3784e03cd598b7f540fb849a533b7589867a066a;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 338a8098..7b3d1a50 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -26,9 +26,9 @@ package CmdAlias; '^\?', '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' => [ ], @@ -89,6 +89,7 @@ package CmdAlias; '^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',