X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=e187ec88f3222a741ec88198dfd7efc097911c42;hb=7dfcb79db379b97452ba1bde654a1945718eb7df;hp=bd4f0cabee1fbe8421d10670da18219298901afd;hpb=a9b7071fedfdb2150f3ef3d74e0d626b4f2dc0ea;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index bd4f0cab..e187ec88 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -22,6 +22,9 @@ package CmdAlias; %alias = ( + '?' => [ + '^\?', 'help', 'help', + ], a => [ '^ann.*/full', 'announce full', 'announce', '^ann.*/sysop', 'announce sysop', 'announce', @@ -71,8 +74,9 @@ package CmdAlias; q => [ '^q', 'bye', 'bye', ], - r => [ + r => [ '^r$', 'read', 'read', + '^rcmd/(\S+)', 'rcmd $1', 'rcmd', ], s => [ '^set/nobe', 'unset/beep', 'unset/beep',