diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:15:42 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:15:42 +0100 |
commit | eb1d4061bacddf6bc84213c3ca9b14a75fa038e0 (patch) | |
tree | 566bea67a8fa1a42f88a824e72ea9b67902b39e1 /FICS/talkproc.h | |
parent | 7a2058625ccf0f8ae41e5b210e173e98f87b09b7 (diff) |
Deleted com_channel()
Diffstat (limited to 'FICS/talkproc.h')
-rw-r--r-- | FICS/talkproc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FICS/talkproc.h b/FICS/talkproc.h index 7537bb3..a3f2166 100644 --- a/FICS/talkproc.h +++ b/FICS/talkproc.h @@ -20,7 +20,7 @@ /* Revision history: name yy/mm/dd Change hersco and Marsalis 95/07/24 Created - Markus Uhlin 23/12/10 Deleted com_query() + Markus Uhlin 23/12/10 Deleted declarations Markus Uhlin 23/12/10 Sorted the declarations */ @@ -32,7 +32,6 @@ extern int quota_time; extern int com_censor(); -extern int com_channel(); extern int com_clearmessages(); extern int com_cshout(); extern int com_inchannel(); |