X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=7d3b1300e8ff83f6ae0190ef59552443b49ece44;hb=26622cd57a1f5b29f9e22092cd4149c9a1e30dc6;hp=bd4f0cabee1fbe8421d10670da18219298901afd;hpb=a9b7071fedfdb2150f3ef3d74e0d626b4f2dc0ea;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index bd4f0cab..7d3b1300 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -22,17 +22,21 @@ package CmdAlias; %alias = ( - a => [ + '?' => [ + '^\?', 'help', 'help', + ], + 'a' => [ '^ann.*/full', 'announce full', 'announce', '^ann.*/sysop', 'announce sysop', 'announce', '^ann.*/(.*)$', 'announce $1', 'announce', ], - b => [ + 'b' => [ ], - c => [ + 'c' => [ ], - d => [ + 'd' => [ '^del', 'kill', 'kill', + '^del.*/fu', 'kill full', 'kill', '^di\w*/a\w*', 'directory all', 'directory', '^di\w*/b\w*', 'directory bulletins', 'directory', '^di\w*/n\w*', 'directory new', 'directory', @@ -41,64 +45,75 @@ package CmdAlias; '^di\w*/(\d+)-(\d+)', 'directory $1-$2', 'directory', '^di\w*/(\d+)', 'directory $1', 'directory', ], - e => [ + 'e' => [ ], - f => [ + 'f' => [ ], - g => [ + 'g' => [ ], - h => [ + 'h' => [ ], - i => [ + 'i' => [ ], - j => [ + 'j' => [ ], - k => [ + 'k' => [ ], - l => [ + 'l' => [ '^l$', 'directory', 'directory', '^ll$', 'directory', 'directory', '^ll/(\d+)', 'directory $1', 'directory', ], - m => [ + 'm' => [ ], - n => [ + 'n' => [ ], - o => [ + 'o' => [ ], - p => [ + 'p' => [ ], - q => [ + 'q' => [ '^q', 'bye', 'bye', ], - r => [ + 'r' => [ '^r$', 'read', 'read', + '^rcmd/(\S+)', 'rcmd $1', 'rcmd', ], - s => [ + '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.*/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', '^sp$', 'send', 'send', - '^sb$', 'send noprivate', 'send', - ], - t => [ + '^sb$', 'send noprivate', 'send', + '^sh.*/wwv/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', + '^sh.*/wwv/(\d+)', 'show/wwv $1', 'show/wwv', + ], + 't' => [ + '^t', 'talk', 'talk', ], - u => [ + 'u' => [ ], - v => [ + 'v' => [ ], - w => [ + 'w' => [ '^wx/full', 'wx full', 'wx', '^wx/sysop', 'wx sysop', 'wx', ], - x => [ + 'x' => [ ], - y => [ + 'y' => [ ], - z => [ + 'z' => [ ], )