X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2FAliases;h=d1f7cfb3caed0f8b505d5005210cb517fee34269;hb=b5ca6131980983160f64b33f1dae9ecc05b58e6f;hp=bef5f9d13cbc403419a09d385a8d7e73bbacc037;hpb=cce161221036760959ff1d0b7628a55942bf558a;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index bef5f9d1..d1f7cfb3 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -80,19 +80,27 @@ package CmdAlias; '^rcmd/(\S+)', 'rcmd $1', 'rcmd', ], 's' => [ + '^s/p$', 'send', 'send', '^set/nobe', 'unset/beep', 'unset/beep', '^set/nohe', 'unset/here', 'unset/here', - '^sh.*/c/n', 'show/configuration nodes', 'show/configuration', - '^sh.*/c$', 'show/configuration', 'show/configuration', - '^sh.*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx', - '^sh.*/dx/(\d+)', 'show/dx $1', 'show/dx', - '^sh.*/dx/d(\d+)', 'show/dx from $1', 'show/dx', + '^set/noan', 'unset/announce', 'unset/announce', + '^set/nodx', 'unset/dx', 'unset/dx', + '^set/nota', 'unset/talk', 'unset/talk', + '^set/noww', 'unset/wwv', 'unset/wwv', + '^set/nowx', 'unset/wx', 'unset/wx', + '^sh$', 'show', 'show', + '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration', + '^sh\w*/c$', 'show/configuration', 'show/configuration', + '^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.*/wwv/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', - '^sh.*/wwv/(\d+)', 'show/wwv $1', 'show/wwv', + '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', + '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv', ], 't' => [ + '^t', 'talk', 'talk', ], 'u' => [ ],