From: minima Date: Tue, 22 Mar 2005 21:59:50 +0000 (+0000) Subject: fix aliases for sh/c/n and sh/newc/n X-Git-Tag: 1.54~208 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=81de65f4e1bba2d05711603cea367eef3a05e681 fix aliases for sh/c/n and sh/newc/n --- diff --git a/Changes b/Changes index 92d3665f..4db464bc 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +22Mar05======================================================================= +1. fixed sh/c/node sh/c/a and sh/newc/n. 21Mar05======================================================================= 1. log AGW port on connection 2. merge in latest (2Mar2005) cty.dat diff --git a/cmd/Aliases b/cmd/Aliases index 971c5f1c..26b64f03 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -115,8 +115,8 @@ package CmdAlias; '^set$', 'apropos set', 'apropos', '^sho?w?/u$', 'show/user', 'show/user', '^sho?w?/bu', 'show/files bulletins', 'show/files', - '^sho?w?/c/a', 'show/configuration all', 'show/configuration', - '^sho?w?/c/n', 'show/configuration nodes', 'show/configuration', + '^sho?w?/c?o?n?f\w*/a', 'show/configuration all', 'show/configuration', + '^sho?w?/c?o?n?f\w*/n', 'show/configuration nodes', 'show/configuration', '^sho?w?/c$', 'show/configuration', 'show/configuration', '^sho?w?/com', 'dbavail', 'dbavail', '^sho?w?/dxcc', 'show/dx dxcc', 'show/dx', @@ -132,7 +132,7 @@ package CmdAlias; '^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?/newc/n', 'show/newconfiguration node', 'show/newconfiguration', + '^sho?w?/newco?n?f?\w*/n', 'show/newconfiguration node', 'show/newconfiguration', '^sho?w?/sta?$', 'show/station', 'show/station', '^sho?w?/tnc', 'who', 'who', '^sho?w?/up', 'show/cluster', 'show/cluster',