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

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

# Line 53 | Line 53 | static void mo_undline(struct Client *,
53   static int remove_tdline_match(const char *);
54  
55   struct Message dline_msgtab = {
56 <  "DLINE", 0, 0, 2, 0, MFLG_SLOW, 0,
56 >  "DLINE", 0, 0, 2, MAXPARA, MFLG_SLOW, 0,
57     {m_unregistered, m_not_oper, rfc1459_command_send_error, m_ignore, mo_dline, m_ignore}
58   };
59  
60   struct Message undline_msgtab = {
61 <  "UNDLINE", 0, 0, 2, 0, MFLG_SLOW, 0,
61 >  "UNDLINE", 0, 0, 2, MAXPARA, MFLG_SLOW, 0,
62     {m_unregistered, m_not_oper, rfc1459_command_send_error, m_ignore, mo_undline, m_ignore}
63   };
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines