diff options
Diffstat (limited to 'FICS/command_list.h')
-rw-r--r-- | FICS/command_list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h index 4cccd20..9d64e76 100644 --- a/FICS/command_list.h +++ b/FICS/command_list.h @@ -23,6 +23,7 @@ Markus Uhlin 23/12/10 Cleaned up the file a bit Markus Uhlin 24/07/08 Reformatted and sorted the lists Markus Uhlin 24/07/13 Added 'iset' to the command list + Markus Uhlin 24/11/24 Added 'sought' to the command list */ #ifndef _COMMAND_LIST_H @@ -40,6 +41,7 @@ #include "rating_conv.h" #include "ratings.h" #include "shutdown.h" +#include "sought.h" #include "talkproc.h" extern command_type command_list[]; @@ -156,6 +158,7 @@ PUBLIC command_type command_list[] = { {"simpass", "", com_simpass, ADMIN_USER}, {"simprev", "", com_simprev, ADMIN_USER}, {"smoves", "wi", com_smoves, ADMIN_USER}, + {"sought", "o", com_sought, ADMIN_USER}, {"sposition", "ww", com_sposition, ADMIN_USER}, {"statistics", "", com_statistics, ADMIN_USER}, {"stored", "o", com_stored, ADMIN_USER}, |