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

Comparing ircd-hybrid/trunk/modules/m_topic.c (file contents):
Revision 4544 by michael, Tue Jun 10 19:29:19 2014 UTC vs.
Revision 4545 by michael, Fri Aug 22 08:46:13 2014 UTC

# Line 185 | Line 185 | ms_topic(struct Client *source_p, int pa
185  
186   static struct Message topic_msgtab =
187   {
188 <  "TOPIC", 0, 0, 2, MAXPARA, MFLG_SLOW, 0,
188 >  "TOPIC", NULL, 0, 0, 2, MAXPARA, MFLG_SLOW, 0,
189    { m_unregistered, m_topic, ms_topic, m_ignore, m_topic, m_ignore }
190   };
191  

Diff Legend

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