added code to allow filtering on spot channel callsign
[spider.git] / cmd / Aliases
index bef5f9d13cbc403419a09d385a8d7e73bbacc037..7d3b1300e8ff83f6ae0190ef59552443b49ece44 100644 (file)
@@ -80,8 +80,15 @@ package CmdAlias;
          '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
        ],
        's' => [
+         '^s/p$', 'send', 'send',
          '^set/nobe', 'unset/beep', 'unset/beep',
          '^set/nohe', 'unset/here', 'unset/here',
+         '^set/noan', 'unset/announce', 'unset/announce',
+         '^set/nodx', 'unset/dx', 'unset/dx',
+         '^set/nota', 'unset/talk', 'unset/talk',
+         '^set/noww', 'unset/wwv', 'unset/wwv',
+         '^set/nowx', 'unset/wx', 'unset/wx',
+         '^sh$', 'show', 'show',
          '^sh.*/c/n', 'show/configuration nodes', 'show/configuration',
          '^sh.*/c$', 'show/configuration', 'show/configuration',
          '^sh.*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx',
@@ -93,6 +100,7 @@ package CmdAlias;
          '^sh.*/wwv/(\d+)', 'show/wwv $1', 'show/wwv',
     ],
        't' => [
+         '^t', 'talk', 'talk',
        ],
        'u' => [
        ],