diff options
-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 }, |