diff options
| author | 2019-02-07 12:18:12 +0000 | |
|---|---|---|
| committer | 2019-02-07 12:18:12 +0000 | |
| commit | 2cc168cfc030497464e0cf30c19260f62670c298 (patch) | |
| tree | e983613e81bc034fc797d0015630ffafc200f87c /src/modules/m_tline.cpp | |
| parent | SnomaskManager: remove fakederef. (diff) | |
UserManager: remove fakederef.
Diffstat (limited to 'src/modules/m_tline.cpp')
| -rw-r--r-- | src/modules/m_tline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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])) |
