ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/modules/m_cap.c
(Generate patch)

Comparing ircd-hybrid-7.3/modules/m_cap.c (file contents):
Revision 1080 by michael, Wed Mar 10 23:09:36 2010 UTC vs.
Revision 1121 by michael, Sun Jan 9 11:03:03 2011 UTC

# Line 51 | Line 51 | struct Message cap_msgtab = {
51    { m_cap, m_cap, m_ignore, m_ignore, m_cap, m_ignore }
52   };
53  
54 #ifndef STATIC_MODULES
54   void
55   _modinit(void)
56   {
# Line 65 | Line 64 | _moddeinit(void)
64   }
65  
66   const char *_version = "$Revision$";
68 #endif
67  
68   #define CAPFL_HIDDEN    0x0001  /**< Do not advertize this capability */
69   #define CAPFL_PROHIBIT  0x0002  /**< Client may not set this capability */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)