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

Comparing ircd-hybrid-8/modules/m_admin.c (file contents):
Revision 1568 by michael, Tue Oct 16 18:12:45 2012 UTC vs.
Revision 1569 by michael, Tue Oct 16 18:46:53 2012 UTC

# Line 131 | Line 131 | ms_admin(struct Client *client_p, struct
131  
132   static struct Message admin_msgtab = {
133    "ADMIN", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
134 <  { m_unregisteredn, m_admin, ms_admin, m_ignore, ms_admin, m_ignore }
134 >  { m_unregistered, m_admin, ms_admin, m_ignore, ms_admin, m_ignore }
135   };
136  
137   static void

Diff Legend

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