removed password from login on client
[spider.git] / cmd / Aliases
index 6f9d545d19d0f12c382d8dc392e2bd1de154b2c6..6d384b7c208bd9a106636a5ce8d9257822bfd34c 100644 (file)
@@ -83,6 +83,8 @@ package CmdAlias;
        ],
        's' => [
          '^s/p$', 'send', 'send',
+         '^sb$', 'send noprivate', 'send',
+         '^set/home$', 'set/homenode', 'set/homenode',
          '^set/nobe', 'unset/beep', 'unset/beep',
          '^set/nohe', 'unset/here', 'unset/here',
          '^set/noan', 'unset/announce', 'unset/announce',
@@ -98,10 +100,12 @@ 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',
-         '^sp$', 'send', 'send',
-         '^sb$', 'send noprivate', 'send',     
+         '^sh\w*/tnc', 'who', 'who',
+      '^sh\w*/up', 'show/cluster', 'show/cluster',
          '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',
          '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv',
+         '^sp$', 'send', 'send',
+       
     ],
        't' => [
          '^ta$', 'talk', 'talk',