aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command_list.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-07 23:46:16 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-07 23:46:16 +0200
commit1f35505517ebe846e3452f757f045de4b75299e7 (patch)
treec771c596dbe3158dbb02c16698e0a4d522556c67 /FICS/command_list.h
parente80815db1e14c98ef2987f95ae61d72d80641a21 (diff)
Reformatted 'g_alias_list'
Diffstat (limited to 'FICS/command_list.h')
-rw-r--r--FICS/command_list.h98
1 files changed, 49 insertions, 49 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h
index cf1f387..c46cdf4 100644
--- a/FICS/command_list.h
+++ b/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}
};