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); |
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); |