diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 13:30:51 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 13:30:51 +0100 |
commit | 8983cde1c4cab47a610c20325ec7a3025efaf31e (patch) | |
tree | c019b3bc93cbb865dc88faea93ac4aa75740f508 /FICS/command_list.h | |
parent | 452ea290d35f7f264d8636e738cd9c9e9437a916 (diff) |
Added command 'sought'
Diffstat (limited to 'FICS/command_list.h')
-rw-r--r-- | FICS/command_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h index 4cccd20..8d8969f 100644 --- a/FICS/command_list.h +++ b/FICS/command_list.h @@ -40,6 +40,7 @@ #include "rating_conv.h" #include "ratings.h" #include "shutdown.h" +#include "sought.h" #include "talkproc.h" extern command_type command_list[]; @@ -156,6 +157,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}, |