aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command_list.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-10 14:17:57 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-10 14:17:57 +0100
commit02c0633b168df8a3f1ca11e867a402283b7d87ec (patch)
tree30180dac9ecd8d349f74ee349651310edb07734a /FICS/command_list.h
parenteb1d4061bacddf6bc84213c3ca9b14a75fa038e0 (diff)
command_list: deleted 'channel'
Diffstat (limited to 'FICS/command_list.h')
-rw-r--r--FICS/command_list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/FICS/command_list.h b/FICS/command_list.h
index 82be95b..550df45 100644
--- a/FICS/command_list.h
+++ b/FICS/command_list.h
@@ -70,7 +70,6 @@ PUBLIC command_type command_list[] = {
{"bell", "", com_bell, ADMIN_USER },
{"best", "o", com_best, ADMIN_USER },
{"boards", "o", com_boards, ADMIN_USER },
-/* {"channel", "p", com_channel, ADMIN_USER }, */
{"clearmessages", "n", com_clearmessages, ADMIN_USER },
{"convert_bcf", "d", com_CONVERT_BCF, ADMIN_USER },
{"convert_elo", "d", com_CONVERT_ELO, ADMIN_USER },