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

Comparing ircd-hybrid/branches/8.2.x/modules/m_info.c (file contents):
Revision 7925 by michael, Sat Dec 31 13:57:24 2016 UTC vs.
Revision 7952 by michael, Thu Mar 2 18:02:12 2017 UTC

# Line 734 | Line 734 | m_info(struct Client *source_p, int parc
734    last_used = CurrentTime;
735  
736    if (!ConfigServerHide.disable_remote_commands)
737 <    if (hunt_server(source_p, ":%s INFO :%s", 1, parc, parv) != HUNTED_ISME)
737 >    if (server_hunt(source_p, ":%s INFO :%s", 1, parc, parv) != HUNTED_ISME)
738        return 0;
739  
740    send_info_text(source_p);
# Line 755 | Line 755 | m_info(struct Client *source_p, int parc
755   static int
756   ms_info(struct Client *source_p, int parc, char *parv[])
757   {
758 <  if (hunt_server(source_p, ":%s INFO :%s", 1, parc, parv) != HUNTED_ISME)
758 >  if (server_hunt(source_p, ":%s INFO :%s", 1, parc, parv) != HUNTED_ISME)
759      return 0;
760  
761    send_info_text(source_p);

Diff Legend

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