X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=0cd98641777cc88b2f7510e95da55f01cd84a07a;hb=eac4538f1f78b3d014539dc548fc6322e8337429;hp=6656c67b6782be74167f39abacb6e26b4e54cf7c;hpb=776d7bb9277c9d24708e297f240395b51b0aaa93;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 6656c67b..0cd98641 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -90,7 +90,7 @@ package CmdAlias; 'p' => [ ], 'q' => [ - '^q', 'bye', 'bye', + '^qu?i?t?$', 'bye', 'bye', ], 'r' => [ '^r$', 'read', 'read', @@ -111,7 +111,6 @@ package CmdAlias; '^set/nota', 'unset/talk', 'unset/talk', '^set/noww', 'unset/wwv', 'unset/wwv', '^set/nowx', 'unset/wx', 'unset/wx', - '^set/user', 'unset/node', 'unset/node', '^set$', 'apropos set', 'apropos', '^sho?w?/u$', 'show/user', 'show/user', '^sho?w?/bul', 'show/files bulletins', 'show/files', @@ -128,14 +127,14 @@ package CmdAlias; '^sho?w?/fdx/d(\d+)', 'show/dx real from $1', 'show/fdx', '^sho?w?/fdx', 'show/dx real', 'show/fdx', '^sho?w?/gre?y?l?i?n?e?', 'show/grayline', 'show/grayline', - '^sho?w?/myd?x?/(\d+)-(\d+)', 'show/dx filter $1-$2', 'show/mydx', - '^sho?w?/myd?x?/(\d+)', 'show/dx filter $1', 'show/mydx', - '^sho?w?/myd?x?/d(\d+)', 'show/dx filter from $1', 'show/mydx', - '^sho?w?/myd?x?', 'show/dx filter real', 'show/mydx', '^sho?w?/myfd?x?/(\d+)-(\d+)', 'show/dx filter real $1-$2', 'show/mydx', '^sho?w?/myfd?x?/(\d+)', 'show/dx filter real $1', 'show/mydx', '^sho?w?/myfd?x?/d(\d+)', 'show/dx filter real from $1', 'show/mydx', '^sho?w?/myfd?x?', 'show/dx filter real', 'show/mydx', + '^sho?w?/myd?x?/(\d+)-(\d+)', 'show/dx filter $1-$2', 'show/mydx', + '^sho?w?/myd?x?/(\d+)', 'show/dx filter $1', 'show/mydx', + '^sho?w?/myd?x?/d(\d+)', 'show/dx filter from $1', 'show/mydx', + '^sho?w?/myd?x?', 'show/dx filter', 'show/mydx', '^sho?w?/newco?n?\w*/n', 'show/newconfiguration node', 'show/newconfiguration', '^sho?w?/sta?$', 'show/station', 'show/station', '^sho?w?/tnc', 'who', 'who', @@ -154,6 +153,7 @@ package CmdAlias; ], 'u' => [ '^uns?e?t?$', 'apropos unset', 'apropos', + '^uns?e?t?/node$', 'set/user', 'set/user', ], 'v' => [ ],