aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-13 13:25:24 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-13 13:25:24 +0200
commitccdec3643cc5ce0916b6736923b4f5d76b5c26cb (patch)
treeeff7df408af0285921f76943908851bb7873a86a
parentfdb2ec531c7813b015df5aa3bc5c0ea6e533c1cf (diff)
Added 'iset' to the command list
-rw-r--r--FICS/command_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h
index 3364245..f5f1aa6 100644
--- a/FICS/command_list.h
+++ b/FICS/command_list.h
@@ -31,6 +31,7 @@
#include "comproc.h"
#include "eco.h"
#include "gameproc.h"
+#include "iset.h"
#include "lists.h"
#include "matchproc.h"
#include "obsproc.h"
@@ -101,6 +102,7 @@ PUBLIC command_type command_list[] = {
{"inchannel", "n", com_inchannel, ADMIN_USER},
{"index", "o", com_index, ADMIN_USER},
{"info", "", com_info, ADMIN_USER},
+ {"iset", "ww", com_iset, ADMIN_USER},
{"it", "T", com_it, ADMIN_USER},
{"journal", "o", com_journal, ADMIN_USER},
{"jsave", "wwi", com_jsave, ADMIN_USER},