summaryrefslogtreecommitdiff
path: root/modules/m_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_time.c')
-rw-r--r--modules/m_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_time.c b/modules/m_time.c
index 14705c6..3e9a0df 100644
--- a/modules/m_time.c
+++ b/modules/m_time.c
@@ -49,7 +49,7 @@ m_time(struct Client *client_p, struct Client *source_p,
flood_endgrace(source_p);
/* This is safe enough to use during non hidden server mode */
- if (!ConfigFileEntry.disable_remote)
+ if (!ConfigServerHide.disable_remote_commands)
if (hunt_server(client_p, source_p, ":%s TIME :%s", 1, parc, parv) != HUNTED_ISME)
return;