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

Comparing ircd-hybrid/trunk/modules/m_capab.c (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1728 by michael, Thu Jan 3 00:16:51 2013 UTC

# Line 62 | Line 62 | mr_capab(struct Client *client_p, struct
62   }
63  
64   static struct Message capab_msgtab = {
65 <  "CAPAB", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
65 >  "CAPAB", 0, 0, 2, MAXPARA, MFLG_SLOW, 0,
66    { mr_capab, m_ignore, m_ignore, m_ignore, m_ignore, m_ignore }
67   };
68  

Diff Legend

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