diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-08 00:05:44 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-08 00:05:44 +0200 |
commit | a6b637ce4b3b8fcddada597614f16deb74bfdb2e (patch) | |
tree | bc62b89e56b16ad586460687955be6ebf5906293 | |
parent | 54e838f9102e5ef1b9389d9e9641adb3eed8a664 (diff) |
Deleted non-existent command
-rw-r--r-- | FICS/command_list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h index b16d822..258eb09 100644 --- a/FICS/command_list.h +++ b/FICS/command_list.h @@ -106,7 +106,6 @@ PUBLIC command_type command_list[] = { {"kibitz", "S", com_kibitz, ADMIN_USER }, {"limits", "", com_limits, ADMIN_USER }, {"llogons", "", com_llogons, ADMIN_USER }, -/* {"load", "ww", com_load, ADMIN_USER }, */ {"logons", "o", com_logons, ADMIN_USER }, {"mailhelp", "o", com_mailhelp, ADMIN_USER }, {"mailmess", "", com_mailmess, ADMIN_USER }, |