aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/command_list.h')
-rw-r--r--FICS/command_list.h66
1 files changed, 35 insertions, 31 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h
index c46cdf4..b16d822 100644
--- a/FICS/command_list.h
+++ b/FICS/command_list.h
@@ -220,55 +220,59 @@ PUBLIC command_type command_list[] = {
};
PUBLIC alias_type g_alias_list[] = {
- {"comment", "addcomment"},
+ {"a", "accept"},
{"adhelp", "ahelp"},
- {"w", "who"},
- {"h", "help"},
- {"t", "tell"},
- {"m", "match"},
+ {"bye", "quit"},
+ {"ch", "channel"},
+ {"cls", "help cls"},
+ {"comment", "addcomment"},
+ {"exit", "quit"},
+ {"f", "finger"},
+ {"g", "games"},
{"go", "goboard"},
{"goto", "goboard"},
- {"f", "finger"},
- {"a", "accept"},
+ {"h", "help"},
+ {"i", "it"},
+ {"in", "inchannel"},
+ {"logout", "quit"},
+ {"m", "match"},
+ {"ma", "match"},
+ {"more", "next"},
+ {"n", "next"},
+ {"o", "observe"},
+ {"p", "who a"},
+ {"pl", "who a"},
+ {"players", "who a"},
+ {"r", "refresh"},
+ {"re", "refresh"}, // So r/re doesn't resign!
{"saa", "simallabort"},
{"saab", "simallaabort"},
+ {"saadj", "simalladjourn"},
{"sab", "simabort"},
{"sadj", "simadjourn"},
- {"saadj", "simalladjourn"},
{"sh", "shout"},
{"sn", "simnext"},
{"sp", "simprev"},
+ {"t", "tell"},
{"vars", "variables"},
- {"g", "games"},
- {"players", "who a"},
- {"p", "who a"},
- {"pl", "who a"},
- {"o", "observe"},
- {"r", "refresh"},
- {"re", "refresh"}, // So r/re doesn't resign!
- {"ch", "channel"},
- {"cls", "help cls"},
- {"in", "inchannel"},
- {".", "tell ."},
+ {"w", "who"},
+ {"znotl", "znotify"},
+
{",", "tell ,"},
+ {".", "tell ."},
{"`", "tell ."},
- {"!", "shout"},
- {"I", "it"},
- {"i", "it"},
+
{":", "it"},
- {"?", "help"},
- {"exit", "quit"},
- {"logout", "quit"},
- {"bye", "quit"},
- {"*", "kibitz"},
+ {"I", "it"},
+
+ {"!", "shout"},
{"#", "whisper"},
- {"ma", "match"},
- {"more", "next"},
- {"n", "next"},
- {"znotl", "znotify"},
+ {"*", "kibitz"},
{"+", "addlist"},
{"-", "sublist"},
{"=", "showlist"},
+ {"?", "help"},
+
{NULL, NULL}
};