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/trunk/modules/m_admin.c (file contents):
Revision 2196 by michael, Tue Jun 4 18:30:12 2013 UTC vs.
Revision 2341 by michael, Wed Jul 3 13:54:23 2013 UTC

# Line 125 | Line 125 | ms_admin(struct Client *client_p, struct
125                    parc, parv) != HUNTED_ISME)
126      return;
127  
128 <  if (IsClient(source_p))
129 <    do_admin(source_p);
128 >  do_admin(source_p);
129   }
130  
131   static struct Message admin_msgtab = {

Diff Legend

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