remove any leading ::ffff: on ipv4 addresses
[spider.git] / cmd / Aliases
index 84b4c18276b71f7d854f22ebd4ee62e53d65fc30..e9029f1872fe267a0d134ad7e97de77612d297c1 100644 (file)
@@ -90,7 +90,7 @@ package CmdAlias;
        'p' => [
        ],
        'q' => [
-         '^q', 'bye', 'bye',
+         '^qu?i?t?$', 'bye', 'bye',
        ],
        'r' => [        
          '^r$', 'read', 'read',
@@ -126,7 +126,8 @@ package CmdAlias;
          '^sho?w?/fdx/(\d+)', 'show/dx real $1', 'show/fdx',
          '^sho?w?/fdx/d(\d+)', 'show/dx real from $1', 'show/fdx',
          '^sho?w?/fdx', 'show/dx real', 'show/fdx',
-         '^sho?w?/gre?y?l?i?n?e?', 'show/grayline', 'show/grayline',
+         '^sho?w?/grou?p?s?', 'show/groups', 'show/groups',
+         '^sho?w?/gr[ae]?y?l?i?n?e?', 'show/grayline', 'show/grayline',
          '^sho?w?/myfd?x?/(\d+)-(\d+)', 'show/dx filter real $1-$2', 'show/mydx',
          '^sho?w?/myfd?x?/(\d+)', 'show/dx filter real $1', 'show/mydx',
          '^sho?w?/myfd?x?/d(\d+)', 'show/dx filter real from $1', 'show/mydx',