Commit Diff


commit - e80815db1e14c98ef2987f95ae61d72d80641a21
commit + 1f35505517ebe846e3452f757f045de4b75299e7
blob - cf1f387b6ebe4019b8c5faabf52e0e35c890eb57
blob + c46cdf4947e59e155d504e18ba61a9f455eac013
--- FICS/command_list.h
+++ FICS/command_list.h
@@ -220,55 +220,55 @@ PUBLIC command_type command_list[] = {
 };
 
 PUBLIC alias_type g_alias_list[] = {
-  {"comment",   "addcomment"},
-  {"adhelp",    "ahelp"},
-  {"w",		"who"},
-  {"h",		"help"},
-  {"t",		"tell"},
-  {"m",		"match"},
-  {"go",        "goboard"},
-  {"goto",      "goboard"},
-  {"f",		"finger"},
-  {"a",		"accept"},
-  {"saa",       "simallabort"},
-  {"saab",	"simallaabort"},
-  {"sab",       "simabort"},
-  {"sadj",      "simadjourn"},
-  {"saadj",     "simalladjourn"},
-  {"sh",	"shout"},
-  {"sn",	"simnext"},
-  {"sp",        "simprev"},
-  {"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 ."},
-  {",",		"tell ,"},
-  {"`",         "tell ."},
-  {"!",		"shout"},
-  {"I",		"it"},
-  {"i",		"it"},
-  {":",		"it"},
-  {"?",		"help"},
-  {"exit",	"quit"},
-  {"logout",	"quit"},
-  {"bye",       "quit"},
-  {"*",      	"kibitz"},
-  {"#",         "whisper"},
-  {"ma",	"match"},
-  {"more",      "next"},
-  {"n",         "next"},
-  {"znotl",     "znotify"},
-  {"+",         "addlist"},
-  {"-",         "sublist"},
-  {"=",         "showlist"},
+  {"comment",       "addcomment"},
+  {"adhelp",        "ahelp"},
+  {"w",             "who"},
+  {"h",             "help"},
+  {"t",             "tell"},
+  {"m",             "match"},
+  {"go",            "goboard"},
+  {"goto",          "goboard"},
+  {"f",             "finger"},
+  {"a",             "accept"},
+  {"saa",           "simallabort"},
+  {"saab",          "simallaabort"},
+  {"sab",           "simabort"},
+  {"sadj",          "simadjourn"},
+  {"saadj",         "simalladjourn"},
+  {"sh",            "shout"},
+  {"sn",            "simnext"},
+  {"sp",            "simprev"},
+  {"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 ."},
+  {",",             "tell ,"},
+  {"`",             "tell ."},
+  {"!",             "shout"},
+  {"I",             "it"},
+  {"i",             "it"},
+  {":",             "it"},
+  {"?",             "help"},
+  {"exit",          "quit"},
+  {"logout",        "quit"},
+  {"bye",           "quit"},
+  {"*",             "kibitz"},
+  {"#",             "whisper"},
+  {"ma",            "match"},
+  {"more",          "next"},
+  {"n",             "next"},
+  {"znotl",         "znotify"},
+  {"+",             "addlist"},
+  {"-",             "sublist"},
+  {"=",             "showlist"},
   {NULL, NULL}
 };