ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/channel.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/channel.c (file contents):
Revision 1793 by michael, Sun Mar 31 14:06:08 2013 UTC vs.
Revision 1798 by michael, Sun Mar 31 17:09:50 2013 UTC

# Line 58 | Line 58 | static char parabuf[MODEBUFLEN];
58   /*! \brief Initializes the channel blockheap, adds known channel CAPAB
59   */
60   void
61 < init_channels(void)
61 > channel_init(void)
62   {
63    add_capability("EX", CAP_EX, 1);
64    add_capability("IE", CAP_IE, 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines