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 9395 by michael, Sat May 9 20:54:26 2020 UTC vs.
Revision 9396 by michael, Thu May 14 19:26:35 2020 UTC

# Line 772 | Line 772 | m_info(struct Client *source_p, int parc
772    last_used = event_base->time.sec_monotonic;
773  
774    if (ConfigServerHide.disable_remote_commands == 0)
775 <    if (server_hunt(source_p, ":%s INFO :%s", 1, parc, parv)->ret != HUNTED_ISME)
775 >    if (server_hunt(source_p, ":%s INFO :%s", 1, parv)->ret != HUNTED_ISME)
776        return;
777  
778    send_info_text(source_p);
# Line 792 | Line 792 | m_info(struct Client *source_p, int parc
792   static void
793   ms_info(struct Client *source_p, int parc, char *parv[])
794   {
795 <  if (server_hunt(source_p, ":%s INFO :%s", 1, parc, parv)->ret != HUNTED_ISME)
795 >  if (server_hunt(source_p, ":%s INFO :%s", 1, parv)->ret != HUNTED_ISME)
796      return;
797  
798    send_info_text(source_p);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines