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

Comparing ircd-hybrid/branches/8.2.x/modules/m_whowas.c (file contents):
Revision 9395 by michael, Sat May 9 22:36:27 2020 UTC vs.
Revision 9396 by michael, Thu May 14 19:26:35 2020 UTC

# Line 124 | Line 124 | m_whowas(struct Client *source_p, int pa
124    last_used = event_base->time.sec_monotonic;
125  
126    if (ConfigServerHide.disable_remote_commands == 0)
127 <    if (server_hunt(source_p, ":%s WHOWAS %s %s :%s", 3, parc, parv)->ret != HUNTED_ISME)
127 >    if (server_hunt(source_p, ":%s WHOWAS %s %s :%s", 3, parv)->ret != HUNTED_ISME)
128        return;
129  
130    do_whowas(source_p, parv);
# Line 152 | Line 152 | ms_whowas(struct Client *source_p, int p
152      return;
153    }
154  
155 <  if (server_hunt(source_p, ":%s WHOWAS %s %s :%s", 3, parc, parv)->ret != HUNTED_ISME)
155 >  if (server_hunt(source_p, ":%s WHOWAS %s %s :%s", 3, parv)->ret != HUNTED_ISME)
156      return;
157  
158    do_whowas(source_p, parv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines