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

Comparing ircd-hybrid-8/modules/m_encap.c (file contents):
Revision 1156 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
Revision 1178 by michael, Mon Aug 15 08:11:31 2011 UTC

# Line 36 | Line 36
36   static void ms_encap(struct Client *, struct Client *, int, char *[]);
37  
38   struct Message encap_msgtab = {
39 <  "ENCAP", 0, 0, 3, 0, MFLG_SLOW, 0,
39 >  "ENCAP", 0, 0, 3, MAXPARA, MFLG_SLOW, 0,
40    {m_ignore, m_ignore, ms_encap, m_ignore, m_ignore, m_ignore}
41   };
42  
# Line 109 | Line 109 | ms_encap(struct Client *client_p, struct
109    if ((mptr = find_command(parv[2])) == NULL)
110      return;
111  
112 + #ifdef NOT_USED_YET
113    paramcount = mptr->parameters;
114    mpara      = mptr->maxpara;
115 <
115 > #endif
116    mptr->bytes += strlen(buffer);
117  
118    /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines