From 709442a169d70f396af43784fad9f577aa4ae796 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 8 Jul 2024 22:35:22 +0200 Subject: Reformatted second part of 'command_list' --- FICS/command_list.h | 223 ++++++++++++++++++++++++++-------------------------- 1 file changed, 111 insertions(+), 112 deletions(-) (limited to 'FICS') diff --git a/FICS/command_list.h b/FICS/command_list.h index 899b2e9..dd9872b 100644 --- a/FICS/command_list.h +++ b/FICS/command_list.h @@ -62,118 +62,117 @@ extern alias_type g_alias_list[]; */ /* Name Options Functions Security */ PUBLIC command_type command_list[] = { - - {"abort", "", com_abort, ADMIN_USER }, - {"accept", "n", com_accept, ADMIN_USER }, - {"addlist", "ww", com_addlist, ADMIN_USER }, - {"adjourn", "", com_adjourn, ADMIN_USER }, - {"alias", "oT", com_alias, ADMIN_USER }, - {"allobservers", "n", com_allobservers, ADMIN_USER }, - {"assess", "oo", com_assess, ADMIN_USER }, - {"backward", "p", com_backward, ADMIN_USER }, - {"bell", "", com_bell, ADMIN_USER }, - {"best", "o", com_best, ADMIN_USER }, - {"boards", "o", com_boards, ADMIN_USER }, - {"clearmessages", "n", com_clearmessages, ADMIN_USER }, - {"convert_bcf", "d", com_CONVERT_BCF, ADMIN_USER }, - {"convert_elo", "d", com_CONVERT_ELO, ADMIN_USER }, - {"convert_uscf", "d", com_CONVERT_USCF, ADMIN_USER }, - {"cshout", "S", com_cshout, ADMIN_USER }, - {"date", "", com_date, ADMIN_USER }, - {"decline", "n", com_decline, ADMIN_USER }, - {"draw", "", com_draw, ADMIN_USER }, - {"eco", "n", com_eco, ADMIN_USER }, - {"examine", "on", com_examine, ADMIN_USER }, - {"finger", "o", com_stats, ADMIN_USER }, - {"flag", "", com_flag, ADMIN_USER }, - {"flip", "", com_flip, ADMIN_USER }, - {"forward", "p", com_forward, ADMIN_USER }, - {"games", "o", com_games, ADMIN_USER }, - {"getpi", "w", com_getpi, ADMIN_USER }, - {"goboard", "w", com_goboard, ADMIN_USER }, - {"gonum", "d", com_gonum, ADMIN_USER }, - {"handles", "w", com_handles, ADMIN_USER }, - {"hbest", "o", com_hbest, ADMIN_USER }, - {"help", "o", com_help, ADMIN_USER }, - {"history", "o", com_history, ADMIN_USER }, - {"hrank", "oo", com_hrank, ADMIN_USER }, - {"inchannel", "n", com_inchannel, ADMIN_USER }, - {"index", "o", com_index, ADMIN_USER }, - {"info", "", com_info, ADMIN_USER }, - {"it", "T", com_it, ADMIN_USER }, - {"journal", "o", com_journal, ADMIN_USER }, - {"jsave", "wwi", com_jsave, ADMIN_USER }, - {"kibitz", "S", com_kibitz, ADMIN_USER }, - {"limits", "", com_limits, ADMIN_USER }, - {"llogons", "", com_llogons, ADMIN_USER }, - {"logons", "o", com_logons, ADMIN_USER }, - {"mailhelp", "o", com_mailhelp, ADMIN_USER }, - {"mailmess", "", com_mailmess, ADMIN_USER }, - {"mailmoves", "n", com_mailmoves, ADMIN_USER }, - {"mailoldmoves", "o", com_mailoldmoves, ADMIN_USER }, - {"mailsource", "o", com_mailsource, ADMIN_USER }, - {"mailstored", "wi", com_mailstored, ADMIN_USER }, - {"match", "wt", com_match, ADMIN_USER }, - {"messages", "nT", com_messages, ADMIN_USER }, - {"mexamine", "w", com_mexamine, ADMIN_USER }, - {"moretime", "d", com_moretime, ADMIN_USER }, - {"moves", "n", com_moves, ADMIN_USER }, - {"news", "o", com_news, ADMIN_USER }, - {"next", "", com_more, ADMIN_USER }, - {"observe", "n", com_observe, ADMIN_USER }, - {"oldmoves", "o", com_oldmoves, ADMIN_USER }, - {"open", "", com_open, ADMIN_USER }, - {"partner", "o", com_partner, ADMIN_USER }, - {"password", "WW", com_password, ADMIN_USER }, - {"pause", "", com_pause, ADMIN_USER }, - {"pending", "", com_pending, ADMIN_USER }, - {"prefresh", "", com_prefresh, ADMIN_USER }, - {"promote", "w", com_promote, ADMIN_USER }, - {"ptell", "S", com_ptell, ADMIN_USER }, - {"qtell", "iS", com_qtell, ADMIN_USER }, - {"quit", "", com_quit, ADMIN_USER }, - {"rank", "oo", com_rank, ADMIN_USER }, - {"refresh", "n", com_refresh, ADMIN_USER }, - {"revert", "", com_revert, ADMIN_USER }, - {"resign", "o", com_resign, ADMIN_USER }, - {"say", "S", com_say, ADMIN_USER }, - {"servers", "", com_servers, ADMIN_USER }, - {"set", "wT", com_set, ADMIN_USER }, - {"shout", "T", com_shout, ADMIN_USER }, - {"showlist", "o", com_showlist, ADMIN_USER }, - {"simabort", "", com_simabort, ADMIN_USER }, - {"simallabort", "", com_simallabort,ADMIN_USER }, - {"simadjourn", "", com_simadjourn, ADMIN_USER }, - {"simalladjourn", "", com_simalladjourn,ADMIN_USER }, - {"simgames", "o", com_simgames, ADMIN_USER }, - {"simmatch", "w", com_simmatch, ADMIN_USER }, - {"simnext", "", com_simnext, ADMIN_USER }, - {"simopen", "", com_simopen, ADMIN_USER }, - {"simpass", "", com_simpass, ADMIN_USER }, - {"simprev", "", com_simprev, ADMIN_USER }, - {"smoves", "wi", com_smoves, ADMIN_USER }, - {"sposition", "ww", com_sposition, ADMIN_USER }, - {"statistics", "", com_statistics, ADMIN_USER }, - {"stored", "o", com_stored, ADMIN_USER }, - {"style", "d", com_style, ADMIN_USER }, - {"sublist", "ww", com_sublist, ADMIN_USER }, - {"switch", "", com_switch, ADMIN_USER }, - {"takeback", "p", com_takeback, ADMIN_USER }, - {"tell", "nS", com_tell, ADMIN_USER }, - {"time", "n", com_time, ADMIN_USER }, - {"unalias", "w", com_unalias, ADMIN_USER }, - {"unexamine", "", com_unexamine, ADMIN_USER }, - {"unobserve", "n", com_unobserve, ADMIN_USER }, - {"unpause", "", com_unpause, ADMIN_USER }, - {"uptime", "", com_uptime, ADMIN_USER }, - {"uscf", "o", com_uscf, ADMIN_USER }, - {"variables", "o", com_variables, ADMIN_USER }, - {"whenshut", "", com_whenshut, ADMIN_USER }, - {"whisper", "S", com_whisper, ADMIN_USER }, - {"who", "T", com_who, ADMIN_USER }, - {"withdraw", "n", com_withdraw, ADMIN_USER }, - {"xtell", "wS", com_xtell, ADMIN_USER }, - {"znotify", "", com_znotify, ADMIN_USER }, + {"abort", "", com_abort, ADMIN_USER}, + {"accept", "n", com_accept, ADMIN_USER}, + {"addlist", "ww", com_addlist, ADMIN_USER}, + {"adjourn", "", com_adjourn, ADMIN_USER}, + {"alias", "oT", com_alias, ADMIN_USER}, + {"allobservers", "n", com_allobservers, ADMIN_USER}, + {"assess", "oo", com_assess, ADMIN_USER}, + {"backward", "p", com_backward, ADMIN_USER}, + {"bell", "", com_bell, ADMIN_USER}, + {"best", "o", com_best, ADMIN_USER}, + {"boards", "o", com_boards, ADMIN_USER}, + {"clearmessages", "n", com_clearmessages, ADMIN_USER}, + {"convert_bcf", "d", com_CONVERT_BCF, ADMIN_USER}, + {"convert_elo", "d", com_CONVERT_ELO, ADMIN_USER}, + {"convert_uscf", "d", com_CONVERT_USCF, ADMIN_USER}, + {"cshout", "S", com_cshout, ADMIN_USER}, + {"date", "", com_date, ADMIN_USER}, + {"decline", "n", com_decline, ADMIN_USER}, + {"draw", "", com_draw, ADMIN_USER}, + {"eco", "n", com_eco, ADMIN_USER}, + {"examine", "on", com_examine, ADMIN_USER}, + {"finger", "o", com_stats, ADMIN_USER}, + {"flag", "", com_flag, ADMIN_USER}, + {"flip", "", com_flip, ADMIN_USER}, + {"forward", "p", com_forward, ADMIN_USER}, + {"games", "o", com_games, ADMIN_USER}, + {"getpi", "w", com_getpi, ADMIN_USER}, + {"goboard", "w", com_goboard, ADMIN_USER}, + {"gonum", "d", com_gonum, ADMIN_USER}, + {"handles", "w", com_handles, ADMIN_USER}, + {"hbest", "o", com_hbest, ADMIN_USER}, + {"help", "o", com_help, ADMIN_USER}, + {"history", "o", com_history, ADMIN_USER}, + {"hrank", "oo", com_hrank, ADMIN_USER}, + {"inchannel", "n", com_inchannel, ADMIN_USER}, + {"index", "o", com_index, ADMIN_USER}, + {"info", "", com_info, ADMIN_USER}, + {"it", "T", com_it, ADMIN_USER}, + {"journal", "o", com_journal, ADMIN_USER}, + {"jsave", "wwi", com_jsave, ADMIN_USER}, + {"kibitz", "S", com_kibitz, ADMIN_USER}, + {"limits", "", com_limits, ADMIN_USER}, + {"llogons", "", com_llogons, ADMIN_USER}, + {"logons", "o", com_logons, ADMIN_USER}, + {"mailhelp", "o", com_mailhelp, ADMIN_USER}, + {"mailmess", "", com_mailmess, ADMIN_USER}, + {"mailmoves", "n", com_mailmoves, ADMIN_USER}, + {"mailoldmoves", "o", com_mailoldmoves, ADMIN_USER}, + {"mailsource", "o", com_mailsource, ADMIN_USER}, + {"mailstored", "wi", com_mailstored, ADMIN_USER}, + {"match", "wt", com_match, ADMIN_USER}, + {"messages", "nT", com_messages, ADMIN_USER}, + {"mexamine", "w", com_mexamine, ADMIN_USER}, + {"moretime", "d", com_moretime, ADMIN_USER}, + {"moves", "n", com_moves, ADMIN_USER}, + {"news", "o", com_news, ADMIN_USER}, + {"next", "", com_more, ADMIN_USER}, + {"observe", "n", com_observe, ADMIN_USER}, + {"oldmoves", "o", com_oldmoves, ADMIN_USER}, + {"open", "", com_open, ADMIN_USER}, + {"partner", "o", com_partner, ADMIN_USER}, + {"password", "WW", com_password, ADMIN_USER}, + {"pause", "", com_pause, ADMIN_USER}, + {"pending", "", com_pending, ADMIN_USER}, + {"prefresh", "", com_prefresh, ADMIN_USER}, + {"promote", "w", com_promote, ADMIN_USER}, + {"ptell", "S", com_ptell, ADMIN_USER}, + {"qtell", "iS", com_qtell, ADMIN_USER}, + {"quit", "", com_quit, ADMIN_USER}, + {"rank", "oo", com_rank, ADMIN_USER}, + {"refresh", "n", com_refresh, ADMIN_USER}, + {"revert", "", com_revert, ADMIN_USER}, + {"resign", "o", com_resign, ADMIN_USER}, + {"say", "S", com_say, ADMIN_USER}, + {"servers", "", com_servers, ADMIN_USER}, + {"set", "wT", com_set, ADMIN_USER}, + {"shout", "T", com_shout, ADMIN_USER}, + {"showlist", "o", com_showlist, ADMIN_USER}, + {"simabort", "", com_simabort, ADMIN_USER}, + {"simallabort", "", com_simallabort, ADMIN_USER}, + {"simadjourn", "", com_simadjourn, ADMIN_USER}, + {"simalladjourn", "", com_simalladjourn, ADMIN_USER}, + {"simgames", "o", com_simgames, ADMIN_USER}, + {"simmatch", "w", com_simmatch, ADMIN_USER}, + {"simnext", "", com_simnext, ADMIN_USER}, + {"simopen", "", com_simopen, ADMIN_USER}, + {"simpass", "", com_simpass, ADMIN_USER}, + {"simprev", "", com_simprev, ADMIN_USER}, + {"smoves", "wi", com_smoves, ADMIN_USER}, + {"sposition", "ww", com_sposition, ADMIN_USER}, + {"statistics", "", com_statistics, ADMIN_USER}, + {"stored", "o", com_stored, ADMIN_USER}, + {"style", "d", com_style, ADMIN_USER}, + {"sublist", "ww", com_sublist, ADMIN_USER}, + {"switch", "", com_switch, ADMIN_USER}, + {"takeback", "p", com_takeback, ADMIN_USER}, + {"tell", "nS", com_tell, ADMIN_USER}, + {"time", "n", com_time, ADMIN_USER}, + {"unalias", "w", com_unalias, ADMIN_USER}, + {"unexamine", "", com_unexamine, ADMIN_USER}, + {"unobserve", "n", com_unobserve, ADMIN_USER}, + {"unpause", "", com_unpause, ADMIN_USER}, + {"uptime", "", com_uptime, ADMIN_USER}, + {"uscf", "o", com_uscf, ADMIN_USER}, + {"variables", "o", com_variables, ADMIN_USER}, + {"whenshut", "", com_whenshut, ADMIN_USER}, + {"whisper", "S", com_whisper, ADMIN_USER}, + {"who", "T", com_who, ADMIN_USER}, + {"withdraw", "n", com_withdraw, ADMIN_USER}, + {"xtell", "wS", com_xtell, ADMIN_USER}, + {"znotify", "", com_znotify, ADMIN_USER}, {"addcomment", "wS", com_addcomment, ADMIN_ADMIN}, {"addplayer", "WWS", com_addplayer, ADMIN_ADMIN}, -- cgit v1.2.3