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

Comparing ircd-hybrid/trunk/modules/m_set.c (file contents):
Revision 2432 by michael, Sat May 11 17:35:07 2013 UTC vs.
Revision 2433 by michael, Fri Aug 2 18:43:00 2013 UTC

# Line 555 | Line 555 | mo_set(struct Client *client_p, struct C
555  
556   static struct Message set_msgtab = {
557    "SET", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
558 <  {m_unregistered, m_not_oper, rfc1459_command_send_error, m_ignore, mo_set, m_ignore}
558 >  {m_unregistered, m_not_oper, m_ignore, m_ignore, mo_set, m_ignore}
559   };
560  
561   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines