summaryrefslogtreecommitdiff
path: root/modules/m_users.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_users.c')
-rw-r--r--modules/m_users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_users.c b/modules/m_users.c
index fb0a92a..06c8200 100644
--- a/modules/m_users.c
+++ b/modules/m_users.c
@@ -53,7 +53,7 @@ m_users(struct Client *client_p, struct Client *source_p,
last_used = CurrentTime;
- if (!ConfigFileEntry.disable_remote)
+ if (!ConfigServerHide.disable_remote_commands)
if (hunt_server(client_p, source_p, ":%s USERS :%s", 1,
parc, parv) != HUNTED_ISME)
return;