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_clearchan.cpp | |
| parent | SnomaskManager: remove fakederef. (diff) | |
UserManager: remove fakederef.
Diffstat (limited to 'src/modules/m_clearchan.cpp')
| -rw-r--r-- | src/modules/m_clearchan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_clearchan.cpp b/src/modules/m_clearchan.cpp index 8af94a104..dd2ab6390 100644 --- a/src/modules/m_clearchan.cpp +++ b/src/modules/m_clearchan.cpp @@ -129,7 +129,7 @@ class CommandClearChan : public Command delete xline; } - ServerInstance->Users->QuitUser(curr, reason); + ServerInstance->Users.QuitUser(curr, reason); } ServerInstance->Modules.Detach(hook, creator); |
