From 2cc168cfc030497464e0cf30c19260f62670c298 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 7 Feb 2019 12:18:12 +0000 Subject: UserManager: remove fakederef. --- src/modules/m_tline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_tline.cpp') diff --git a/src/modules/m_tline.cpp b/src/modules/m_tline.cpp index 19133ea25..552283832 100644 --- a/src/modules/m_tline.cpp +++ b/src/modules/m_tline.cpp @@ -36,7 +36,7 @@ class CommandTline : public Command unsigned int n_match_host = 0; unsigned int n_match_ip = 0; - const user_hash& users = ServerInstance->Users->GetUsers(); + const user_hash& users = ServerInstance->Users.GetUsers(); for (user_hash::const_iterator u = users.begin(); u != users.end(); ++u) { if (InspIRCd::Match(u->second->GetFullRealHost(),parameters[0])) -- cgit v1.3.1-10-gc9f91