aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_codepage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_codepage.cpp')
-rw-r--r--src/modules/m_codepage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_codepage.cpp b/src/modules/m_codepage.cpp
index 1e19fcf15..fae2398c5 100644
--- a/src/modules/m_codepage.cpp
+++ b/src/modules/m_codepage.cpp
@@ -223,7 +223,7 @@ class ModuleCodepage final
RehashHashmap(ServerInstance->Users.clientlist);
RehashHashmap(ServerInstance->Users.uuidlist);
- RehashHashmap(ServerInstance->chanlist);
+ RehashHashmap(ServerInstance->Channels.GetChans());
}
public: