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

Comparing ircd-hybrid/branches/8.1.x/modules/m_admin.c (file contents):
Revision 1867 by michael, Thu Apr 25 18:01:53 2013 UTC vs.
Revision 2197 by michael, Tue Jun 4 18:33:25 2013 UTC

# Line 95 | Line 95 | m_admin(struct Client *client_p, struct
95  
96    last_used = CurrentTime;
97  
98 <  if (!ConfigFileEntry.disable_remote)
98 >  if (!ConfigServerHide.disable_remote_commands)
99      if (hunt_server(client_p, source_p, ":%s ADMIN :%s", 1,
100                      parc, parv) != HUNTED_ISME)
101        return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines