Commit Diff


commit - 1f35505517ebe846e3452f757f045de4b75299e7
commit + 54e838f9102e5ef1b9389d9e9641adb3eed8a664
blob - c46cdf4947e59e155d504e18ba61a9f455eac013
blob + b16d8229f30062cf2f2f197a8506280e4756c8ef
--- FICS/command_list.h
+++ 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}
 };