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

Comparing ircd-hybrid-8/modules/m_pong.c (file contents):
Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC vs.
Revision 1569 by michael, Tue Oct 16 18:46:53 2012 UTC

# Line 108 | Line 108 | mr_pong(struct Client *client_p, struct
108   }
109  
110   static struct Message pong_msgtab = {
111 <  "PONG", 0, 0, 1, MAXPARA, MFLG_SLOW | MFLG_UNREG, 0,
111 >  "PONG", 0, 0, 1, MAXPARA, MFLG_SLOW, 0,
112    {mr_pong, m_ignore, ms_pong, m_ignore, m_ignore, m_ignore}
113   };
114  

Diff Legend

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