X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=e9029f1872fe267a0d134ad7e97de77612d297c1;hb=refs%2Fheads%2Fnew-spawn;hp=1ea0c7873aea6e93b815e924ab8051037c5f5129;hpb=6230850db2f82835e5ef75da4f418615ba4261da;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 1ea0c787..e9029f18 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', @@ -127,7 +126,8 @@ package CmdAlias; '^sho?w?/fdx/(\d+)', 'show/dx real $1', 'show/fdx', '^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?/grou?p?s?', 'show/groups', 'show/groups', + '^sho?w?/gr[ae]?y?l?i?n?e?', 'show/grayline', 'show/grayline', '^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', @@ -154,6 +154,7 @@ package CmdAlias; ], 'u' => [ '^uns?e?t?$', 'apropos unset', 'apropos', + '^uns?e?t?/node$', 'set/user', 'set/user', ], 'v' => [ ],