diff options
Diffstat (limited to 'src/channel.c')
-rw-r--r-- | src/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c index 14abc87..5ee5977 100644 --- a/src/channel.c +++ b/src/channel.c @@ -58,7 +58,7 @@ static char parabuf[MODEBUFLEN]; /*! \brief Initializes the channel blockheap, adds known channel CAPAB */ void -init_channels(void) +channel_init(void) { add_capability("EX", CAP_EX, 1); add_capability("IE", CAP_IE, 1); |