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

Comparing ircd-hybrid/branches/8.2.x/modules/m_encap.c (file contents):
Revision 9376 by michael, Sat May 9 20:54:26 2020 UTC vs.
Revision 9377 by michael, Sat May 9 21:49:01 2020 UTC

# Line 76 | Line 76 | ms_encap(struct Client *source_p, int pa
76  
77    const struct MessageHandler *const handler = &message->handlers[ENCAP_HANDLER];
78    message->bytes += strlen(buffer);
79 +  message->ecount++;
80 +
81    parv += 2;
82    parc -= 2;
83  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines