From 1f35505517ebe846e3452f757f045de4b75299e7 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 7 Jul 2024 23:46:16 +0200 Subject: Reformatted 'g_alias_list' --- FICS/command_list.h | 98 ++++++++++++++++++++++++++--------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'FICS') 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} }; -- cgit v1.2.3