diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-08 22:38:05 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-08 22:38:05 +0200 |
commit | 0bc25858ff6eb1fdb738de2911b943e052ff322e (patch) | |
tree | 618ef073756dc9aebee7c7d831c8b7133a5c4d32 /FICS/command_list.h | |
parent | 709442a169d70f396af43784fad9f577aa4ae796 (diff) |
Sorted second part of 'command_list'
Diffstat (limited to 'FICS/command_list.h')
-rw-r--r-- | FICS/command_list.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h index dd9872b..e8b37d1 100644 --- a/FICS/command_list.h +++ b/FICS/command_list.h @@ -62,6 +62,7 @@ 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}, @@ -133,16 +134,16 @@ PUBLIC command_type command_list[] = { {"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}, + {"revert", "", com_revert, 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}, + {"simallabort", "", com_simallabort, ADMIN_USER}, {"simalladjourn", "", com_simalladjourn, ADMIN_USER}, {"simgames", "o", com_simgames, ADMIN_USER}, {"simmatch", "w", com_simmatch, ADMIN_USER}, |