added system alias for set/nodxgrid
[spider.git] / cmd / Aliases
index 8b006a98c2b5b3ff0be7fb57a1ff8c02ea8352cb..c6aab03c56c0f7c46f8cbe2a5d6720bb84fee37d 100644 (file)
@@ -26,9 +26,9 @@ package CmdAlias;
          '^\?', 'apropos', 'apropos',
        ],
     'a' => [
-         '^ann.*/full', 'announce full', 'announce', 
-         '^ann.*/sysop', 'announce sysop', 'announce',
-         '^ann.*/(.*)$', 'announce $1', 'announce',
+         '^ann\w*/full', 'announce full', 'announce', 
+         '^ann\w*/sysop', 'announce sysop', 'announce',
+         '^ann\w*/(.*)$', 'announce $1', 'announce',
        ],
        'b' => [
        ],
@@ -88,6 +88,7 @@ package CmdAlias;
          '^set/nobe', 'unset/beep', 'unset/beep',
          '^set/nohe', 'unset/here', 'unset/here',
          '^set/noan', 'unset/announce', 'unset/announce',
+         '^set/nodxg', 'unset/dxgrid', 'unset/dxgrid',
          '^set/nodx', 'unset/dx', 'unset/dx',
          '^set/noe', 'unset/echo', 'unset/echo',
          '^set/nota', 'unset/talk', 'unset/talk',