| # | Line 58 | Line 58 | m_ping(struct Client *client_p, struct C | |
|---|---|---|
| 58 | origin = parv[1]; | |
| 59 | destination = parv[2]; /* Will get NULL or pointer (parc >= 2!!) */ | |
| 60 | ||
| 61 | < | if (ConfigFileEntry.disable_remote && !HasUMode(source_p, UMODE_OPER)) |
| 61 | > | if (ConfigServerHide.disable_remote_commands && !HasUMode(source_p, UMODE_OPER)) |
| 62 | { | |
| 63 | sendto_one(source_p, ":%s PONG %s :%s", me.name, | |
| 64 | (destination) ? destination : me.name, origin); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |