diff options
Diffstat (limited to 'modules/m_lusers.c')
-rw-r--r-- | modules/m_lusers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_lusers.c b/modules/m_lusers.c index c7c41c5..40a7bdf 100644 --- a/modules/m_lusers.c +++ b/modules/m_lusers.c @@ -59,7 +59,7 @@ m_lusers(struct Client *client_p, struct Client *source_p, last_used = CurrentTime; - if (parc > 2 && !ConfigFileEntry.disable_remote) + if (parc > 2 && !ConfigServerHide.disable_remote_commands) if (hunt_server(client_p, source_p, ":%s LUSERS %s :%s", 2, parc, parv) != HUNTED_ISME) return; |