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

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

# Line 46 | Line 46 | static void set_topic(struct Client *, s
46                        const char *, const char *);
47  
48   struct Message tburst_msgtab = {
49 <  "TBURST", 0, 0, 5, 0, MFLG_SLOW, 0,
49 >  "TBURST", 0, 0, 5, MAXPARA, MFLG_SLOW, 0,
50    { m_ignore, m_ignore, ms_tburst, m_ignore, m_ignore, m_ignore }
51   };
52  
53   struct Message tb_msgtab = {
54 <  "TB", 0, 0, 4, 0, MFLG_SLOW, 0,
54 >  "TB", 0, 0, 4, MAXPARA, MFLG_SLOW, 0,
55    { m_ignore, m_ignore, ms_tb, m_ignore, m_ignore, m_ignore }
56   };
57  

Diff Legend

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