| # | Line 49 | Line 49 | m_time(struct Client *client_p, struct C | |
|---|---|---|
| 49 | flood_endgrace(source_p); | |
| 50 | ||
| 51 | /* This is safe enough to use during non hidden server mode */ | |
| 52 | < | if (!ConfigFileEntry.disable_remote) |
| 52 | > | if (!ConfigServerHide.disable_remote_commands) |
| 53 | if (hunt_server(client_p, source_p, ":%s TIME :%s", 1, parc, parv) != HUNTED_ISME) | |
| 54 | return; | |
| 55 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |