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

Comparing ircd-hybrid/trunk/modules/m_info.c (file contents):
Revision 2970 by michael, Fri Jan 31 11:23:46 2014 UTC vs.
Revision 3079 by michael, Sat Mar 1 17:22:03 2014 UTC

# Line 712 | Line 712 | m_info(struct Client *client_p, struct C
712    last_used = CurrentTime;
713  
714    if (!ConfigServerHide.disable_remote_commands)
715 <    if (hunt_server(client_p,source_p, ":%s INFO :%s", 1,
715 >    if (hunt_server(client_p, source_p, ":%s INFO :%s", 1,
716                      parc, parv) != HUNTED_ISME)
717        return 0;
718  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines