make the check for defined rather than 0
[spider.git] / cmd / Aliases
index 4f889b3aa68d46f74e8a575034469bcb3eb2860c..2d58d60e19a25da7bf9a6eac2557ff19fc7fa122 100644 (file)
@@ -26,6 +26,7 @@ package CmdAlias;
          '^\?', 'apropos', 'apropos',
        ],
     'a' => [
+         '^a$', 'announce', 'announce',
        '^acc?e?p?t?$', 'apropos accept', 'apropos',
          '^ann?o?u?n?c?e?/full', 'announce full', 'announce', 
          '^ann?o?u?n?c?e?/sysop', 'announce sysop', 'announce',
@@ -140,6 +141,7 @@ package CmdAlias;
        'v' => [
        ],
        'w' => [
+         '^w$', 'who', 'who',
          '^wx/full', 'wx full', 'wx',
          '^wx/sysop', 'wx sysop', 'wx',
        ],