made the badword hash handling better
[spider.git] / cmd / Aliases
index cedd261b3c74fce04abb644aa9322975f186a3b6..57e524f4fd40589d3c7fcc89314f0e4736659a4a 100644 (file)
@@ -31,6 +31,7 @@ package CmdAlias;
          '^ann\w*/(.*)$', 'announce $1', 'announce',
        ],
        'b' => [
+         '^b$', 'bye', 'bye',
        ],
        'c' => [
        ],
@@ -106,6 +107,7 @@ package CmdAlias;
          '^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',
+         '^sh\w*/newc/n', 'show/newconfiguration node', 'show/newconfiguration',
          '^sh\w*/tnc', 'who', 'who',
       '^sh\w*/up', 'show/cluster', 'show/cluster',
          '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',