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

Comparing ircd-hybrid/branches/8.2.x/modules/m_ping.c (file contents):
Revision 4545 by michael, Thu Apr 24 16:15:51 2014 UTC vs.
Revision 4546 by michael, Fri Aug 22 08:46:38 2014 UTC

# Line 131 | Line 131 | ms_ping(struct Client *source_p, int par
131  
132   static struct Message ping_msgtab =
133   {
134 <  "PING", 0, 0, 1, MAXPARA, MFLG_SLOW, 0,
134 >  "PING", NULL, 0, 0, 1, MAXPARA, MFLG_SLOW, 0,
135    { m_unregistered, m_ping, ms_ping, m_ignore, m_ping, m_ping }
136   };
137  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines